Home
last modified time | relevance | path

Searched refs:WIIUSE_USING_SPEAKER (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/WiiRemote/wiiuse_v0.12/example/
H A Dexample.c241 printf("speaker: %i\n", WIIUSE_USING_SPEAKER(wm)); in handle_ctrl_status()
/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/src/wiiuse/
H A Dwiiuse.inc448 function WIIUSE_USING_SPEAKER(var wm: wiimote_t): boolean; inline;
685 function WIIUSE_USING_SPEAKER(var wm: wiimote_t): boolean; inline;
687 WIIUSE_USING_SPEAKER := (wm.state and $00800) = $00800;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/
H A Dwiiuse.h192 #define WIIUSE_USING_SPEAKER(wm) ((wm->state & 0x100) == 0x100) macro
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/
H A Dwiiuse.h192 #define WIIUSE_USING_SPEAKER(wm) ((wm->state & 0x100) == 0x100) macro
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/WiiRemote/wiiuse_v0.12/
H A DCHANGELOG60 - Macro WIIUSE_USING_SPEAKER()
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/WiiRemote/wiiuse_v0.12/src/
H A Dwiiuse.h191 #define WIIUSE_USING_SPEAKER(wm) ((wm->state & 0x100) == 0x100) macro
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/wiiuse/
H A Dwiiuse.h168 #define WIIUSE_USING_SPEAKER(wm) ((wm->state & 0x00800) == 0x00800) macro