Home
last modified time | relevance | path

Searched refs:MH_BUTTONBITS (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputdevice.c1196 #define MH_BUTTONBITS 34 macro
1402 p[MH_BUTTONBITS + 0] = buttonbits >> 24; in inputdevice_tablet()
1403 p[MH_BUTTONBITS + 1] = buttonbits >> 16; in inputdevice_tablet()
1404 p[MH_BUTTONBITS + 2] = buttonbits >> 8; in inputdevice_tablet()
1405 p[MH_BUTTONBITS + 3] = buttonbits >> 0; in inputdevice_tablet()
1463 memcpy (tmp2, p + MH_BUTTONBITS, sizeof tmp2); in inputdevice_mh_abs()
1475 p[MH_BUTTONBITS + 0] = buttonbits >> 24; in inputdevice_mh_abs()
1476 p[MH_BUTTONBITS + 1] = buttonbits >> 16; in inputdevice_mh_abs()
1477 p[MH_BUTTONBITS + 2] = buttonbits >> 8; in inputdevice_mh_abs()
1478 p[MH_BUTTONBITS + 3] = buttonbits >> 0; in inputdevice_mh_abs()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputdevice.cpp1953 #define MH_BUTTONBITS 34 macro
2189 p[MH_BUTTONBITS + 0] = buttonbits >> 24; in inputdevice_tablet()
2190 p[MH_BUTTONBITS + 1] = buttonbits >> 16; in inputdevice_tablet()
2191 p[MH_BUTTONBITS + 2] = buttonbits >> 8; in inputdevice_tablet()
2192 p[MH_BUTTONBITS + 3] = buttonbits >> 0; in inputdevice_tablet()
2245 memcpy (tmp2, p + MH_BUTTONBITS, sizeof tmp2); in inputdevice_mh_abs()
2254 p[MH_BUTTONBITS + 0] = buttonbits >> 24; in inputdevice_mh_abs()
2255 p[MH_BUTTONBITS + 1] = buttonbits >> 16; in inputdevice_mh_abs()
2256 p[MH_BUTTONBITS + 2] = buttonbits >> 8; in inputdevice_mh_abs()
2257 p[MH_BUTTONBITS + 3] = buttonbits >> 0; in inputdevice_mh_abs()
[all …]