wiimote_t 214 extra_lib/include/wiiuse.h struct wiimote_t; wiimote_t 233 extra_lib/include/wiiuse.h typedef void (*wiiuse_read_cb)(struct wiimote_t* wm, byte* data, unsigned short len); wiimote_t 608 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern struct wiimote_t** wiiuse_init(int wiimotes); wiimote_t 609 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_disconnected(struct wiimote_t* wm); wiimote_t 610 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_cleanup(struct wiimote_t** wm, int wiimotes); wiimote_t 611 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_rumble(struct wiimote_t* wm, int status); wiimote_t 612 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_toggle_rumble(struct wiimote_t* wm); wiimote_t 613 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_leds(struct wiimote_t* wm, int leds); wiimote_t 614 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_motion_sensing(struct wiimote_t* wm, int status); wiimote_t 615 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern int wiiuse_read_data(struct wiimote_t* wm, byte* buffer, unsigned int offset, unsigned short len); wiimote_t 616 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern int wiiuse_write_data(struct wiimote_t* wm, unsigned int addr, byte* data, byte len); wiimote_t 617 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_status(struct wiimote_t* wm); wiimote_t 618 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern struct wiimote_t* wiiuse_get_by_id(struct wiimote_t** wm, int wiimotes, int unid); wiimote_t 619 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern int wiiuse_set_flags(struct wiimote_t* wm, int enable, int disable); wiimote_t 620 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern float wiiuse_set_smooth_alpha(struct wiimote_t* wm, float alpha); wiimote_t 621 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_bluetooth_stack(struct wiimote_t** wm, int wiimotes, enum win_bt_stack_t type); wiimote_t 622 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_orient_threshold(struct wiimote_t* wm, float threshold); wiimote_t 623 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_resync(struct wiimote_t* wm); wiimote_t 624 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_timeout(struct wiimote_t** wm, int wiimotes, byte normal_timeout, byte exp_timeout); wiimote_t 625 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_accel_threshold(struct wiimote_t* wm, int threshold); wiimote_t 628 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern int wiiuse_find(struct wiimote_t** wm, int max_wiimotes, int timeout); wiimote_t 629 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern int wiiuse_connect(struct wiimote_t** wm, int wiimotes); wiimote_t 630 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_disconnect(struct wiimote_t* wm); wiimote_t 633 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern int wiiuse_poll(struct wiimote_t** wm, int wiimotes); wiimote_t 636 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_ir(struct wiimote_t* wm, int status); wiimote_t 637 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_ir_vres(struct wiimote_t* wm, unsigned int x, unsigned int y); wiimote_t 638 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_ir_position(struct wiimote_t* wm, enum ir_position_t pos); wiimote_t 639 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_aspect_ratio(struct wiimote_t* wm, enum aspect_t aspect); wiimote_t 640 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_ir_sensitivity(struct wiimote_t* wm, int level); wiimote_t 643 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_nunchuk_orient_threshold(struct wiimote_t* wm, float threshold); wiimote_t 644 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_nunchuk_accel_threshold(struct wiimote_t* wm, int threshold); wiimote_t 140 modules/wiiis/wiiis.c struct wiimote_t* wm = wii->wiimotes[i];