LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | controller_data_s |
Functions | |
int | get_controller_data (struct controller_data_s *d, int port) |
void | set_controller_data (int port, const struct controller_data_s *d) |
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 | ||
) |