Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputdevice.c1111 static int tablet_maxx, tablet_maxy, tablet_data; variable
1350 xmult = (float)tablet_maxx / dw; in inputdevice_tablet()
1375 x = (int)(fx * (aw * xmult) / tablet_maxx + 0.5); in inputdevice_tablet()
1394 p[MH_MAXX] = tablet_maxx >> 8; in inputdevice_tablet()
1395 p[MH_MAXX + 1] = tablet_maxx; in inputdevice_tablet()
1429 tablet_maxx = maxx; in inputdevice_tablet_info()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputdevice.cpp1869 static int tablet_maxx, tablet_maxy, tablet_maxz; variable
2026 p[MH_MAXX] = tablet_maxx >> 8; in inputdevice_update_tablet_params()
2027 p[MH_MAXX + 1] = tablet_maxx; in inputdevice_update_tablet_params()
2142 xmult = (float)tablet_maxx / dw; in inputdevice_tablet()
2167 x = (int)(fx * (aw * xmult) / tablet_maxx + 0.5); in inputdevice_tablet()
2222 tablet_maxx = maxx; in inputdevice_tablet_info()