libkindrv 0.1
|
Each joystick action (button,axis) as a whole is represented by one of this struct. Make sure to initialze with 0s! More...
#include <types.h>
Public Attributes | |
jaco_joystick_button_t | button |
jaco_joystick_axis_t | axis |
Each joystick action (button,axis) as a whole is represented by one of this struct. Make sure to initialze with 0s!
jaco_joystick_axis_t KinDrv::jaco_joystick_t::axis |
Simulated axes.
jaco_joystick_button_t KinDrv::jaco_joystick_t::button |
Simulated buttons.