|
llvm-mos-sdk
|
Status of SNES joystick populated by cx16_k_joystick_get();. More...
#include <cx16.h>
Public Attributes | |
| union { | |
| struct { | |
| unsigned char data0 | |
| Bits: B Y Select Start Up Down Left Right. More... | |
| unsigned char data1 | |
| Bits: A X FireL FireR 1 1 1 1. More... | |
| } | |
| unsigned short data | |
| data0 and data1 combined More... | |
| }; | |
| bool | detached |
| True if joystick is disconnected. More... | |
Status of SNES joystick populated by cx16_k_joystick_get();.
| union { ... } |
| unsigned short JoyState::data |
data0 and data1 combined
| unsigned char JoyState::data0 |
Bits: B Y Select Start Up Down Left Right.
| unsigned char JoyState::data1 |
Bits: A X FireL FireR 1 1 1 1.
| bool JoyState::detached |
True if joystick is disconnected.