Subversion Repositories tpanel

Rev

Rev 416 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 416 Rev 418
Line 39... Line 39...
39
 
39
 
40
        typedef struct MAP_T
40
        typedef struct MAP_T
41
        {
41
        {
42
            int p{0};           // port number
42
            int p{0};           // port number
43
            int c{0};           // channel number
43
            int c{0};           // channel number
44
            int ax{0};          // For a joystick this is 1
44
            int ax{0};          // Joystick? (Couldn't find out the real meaning)
45
            int pg{0};          // page number
45
            int pg{0};          // page number
46
            int bt{0};          // button number
46
            int bt{0};          // button number
47
            std::string pn;     // page name
47
            std::string pn;     // page name
48
            std::string bn;     // button name
48
            std::string bn;     // button name
49
        }MAP_T;
49
        }MAP_T;