|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
"Civilized" structure containing VMU's current state. More...
#include <vmu.h>
Data Fields | ||
| struct { | ||
| vmu_buttons_t current | ||
| Button states from the current frame. More... | ||
| vmu_buttons_t previous | ||
| Button states from the previous frame. More... | ||
| } | buttons | |
| Latest two frames of button state data. | ||
"Civilized" structure containing VMU's current state.
| struct { ... } vmu_state_t::buttons |
Latest two frames of button state data.
| vmu_buttons_t vmu_state_t::current |
Button states from the current frame.
| vmu_buttons_t vmu_state_t::previous |
Button states from the previous frame.