LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <input/input.h>
Go to the source code of this file.
Functions | |
int | get_controller_data (struct controller_data_s *d, int port) |
void | set_controller_data (int port, const struct controller_data_s *d) |
int | usbctrl_set_rumble (int port, uint8_t l, uint8_t r) |
void | set_controller_rumble (int port, uint8_t l, uint8_t r) |
int get_controller_data | ( | struct controller_data_s * | d, |
int | port | ||
) |
void set_controller_data | ( | int | port, |
const struct controller_data_s * | d | ||
) |