|
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
joystick | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Classes | |
| struct | playerc_joystick_t |
| Joystick device data. More... | |
Functions | |
| playerc_joystick_t * | playerc_joystick_create (playerc_client_t *client, int index) |
| Create a joystick device proxy. | |
| void | playerc_joystick_destroy (playerc_joystick_t *device) |
| Destroy a joystick device proxy. | |
| int | playerc_joystick_subscribe (playerc_joystick_t *device, int access) |
| Subscribe to the joystick device. | |
| int | playerc_joystick_unsubscribe (playerc_joystick_t *device) |
| Un-subscribe from the joystick device. | |
| void | playerc_joystick_putdata (playerc_joystick_t *device, player_msghdr_t *header, player_joystick_data_t *data, size_t len) |
|
||||||||||||
|
Create a joystick device proxy.
|
|
|
Destroy a joystick device proxy.
|
|
||||||||||||
|
Subscribe to the joystick device.
|
|
|
Un-subscribe from the joystick device.
|
|
||||||||||||||||||||
|
For internal use only. Parse data from incoming packet |
1.3.6