
Data Fields | |
| uint32 | x_end: 10 |
| uint32 | zero1: 2 |
| uint32 | x_start: 10 |
| uint32 | btn_coln: 2 |
| uint32 | up: 6 |
| uint32 | zero3: 2 |
| uint32 | y_end: 10 |
| uint32 | zero2: 2 |
| uint32 | y_start: 10 |
| uint32 | auto_action_mode: 2 |
| uint32 | down: 6 |
| uint32 | zero4: 2 |
| unsigned char | left: 6 |
| unsigned char | zero5: 2 |
| unsigned char | right: 6 |
| unsigned char | zero6: 2 |
| vm_cmd_t | cmd |
NOTE: I've had to change the structure from the disk layout to get the packing to work with Sun's Forte C compiler. The 4 and 7 bytes are 'rotated' was: ABC DEF GHIJ is: ABCG DEFH IJ
| uint32 btni_t::x_end |
Referenced by demux_sys_t::EventThread(), and demux_sys_t::SwapButtons().
| uint32 btni_t::zero1 |
| uint32 btni_t::x_start |
Referenced by demux_sys_t::EventThread(), and demux_sys_t::SwapButtons().
| uint32 btni_t::btn_coln |
Referenced by demux_sys_t::EventThread().
| uint32 btni_t::up |
Referenced by demux_sys_t::EventThread().
| uint32 btni_t::zero3 |
| uint32 btni_t::y_end |
Referenced by demux_sys_t::EventThread(), and demux_sys_t::SwapButtons().
| uint32 btni_t::zero2 |
| uint32 btni_t::y_start |
Referenced by demux_sys_t::EventThread(), and demux_sys_t::SwapButtons().
| uint32 btni_t::auto_action_mode |
Referenced by demux_sys_t::EventThread().
| uint32 btni_t::down |
Referenced by demux_sys_t::EventThread().
| uint32 btni_t::zero4 |
| unsigned char btni_t::left |
Referenced by demux_sys_t::EventThread().
| unsigned char btni_t::zero5 |
| unsigned char btni_t::right |
Referenced by demux_sys_t::EventThread().
| unsigned char btni_t::zero6 |
Referenced by demux_sys_t::EventThread().
1.5.6