7 #ifndef XWII_XWIIMOTE_H
8 #define XWII_XWIIMOTE_H
31 #define XWII__DEPRECATED __attribute__((__deprecated__))
33 #define XWII__DEPRECATED
310 #define XWII__NAME "Nintendo Wii Remote"
313 #define XWII_NAME_CORE XWII__NAME
315 #define XWII_NAME_ACCEL XWII__NAME " Accelerometer"
317 #define XWII_NAME_IR XWII__NAME " IR"
320 #define XWII_NAME_MOTION_PLUS XWII__NAME " Motion Plus"
322 #define XWII_NAME_NUNCHUK XWII__NAME " Nunchuk"
324 #define XWII_NAME_CLASSIC_CONTROLLER XWII__NAME " Classic Controller"
326 #define XWII_NAME_BALANCE_BOARD XWII__NAME " Balance Board"
328 #define XWII_NAME_PRO_CONTROLLER XWII__NAME " Pro Controller"
583 return abs->x != 1023 || abs->y != 1023;
690 #define XWII_LED(num) (XWII_LED1 + (num) - 1)
991 int32_t y, int32_t z, int32_t factor);
1013 int32_t *y, int32_t *z, int32_t *factor);
1038 struct xwii_monitor;