Home
last modified time | relevance | path

Searched refs:js_getbtnfor (Results 1 – 4 of 4) sorted by relevance

/dports/games/vitetris/vitetris-0.59.1/src/input/
H A Djoystick.c171 int js_getbtnfor(int i, int keypress) in js_getbtnfor() function
182 b = js_getbtnfor(i, keypress ^ IN_GAME); in js_getbtnfor()
199 if (!js_getbtnfor(i, keypress)) in js_setifnull()
H A Djoystick.h31 int js_getbtnfor(int i, int keypress);
H A Dinput.c225 if (b == MVUP && keypr == MVUP && js_getbtnfor(i, MVUP) == MVUP) in setkeymapping_js()
280 c = js_getbtnfor(dev-1, keypr); in getkeyfor_str()
/dports/games/vitetris/vitetris-0.59.1/src/
H A Dcfgfile.c297 int b = js_getbtnfor(n, keypress); in printbtnmapping()
301 if (b == keypress && b == js_getbtnfor(n, keypress)) in printbtnmapping()