39 #define WII_VRES_X 560 40 #define WII_VRES_Y 340 48 void wiiuse_set_ir_mode(
struct wiimote_t *wm);
Main Wiimote device structure.
Definition: wiiuse.h:751
General internal wiiuse stuff.
void calculate_extended_ir(struct wiimote_t *wm, byte *data)
Calculate the data from the IR spots.
Definition: ir.c:428
IR struct.
Definition: wiiuse.h:481
float calc_yaw(struct ir_t *ir)
Calculate yaw given the IR data.
Definition: ir.c:860
void calculate_basic_ir(struct wiimote_t *wm, byte *data)
Calculate the data from the IR spots.
Definition: ir.c:389