Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/wmslib/src/abut/
H A Dswin.c35 static ButOut pressLeft(But *but), pressRight(But *but);
82 swin->right = butAct_vCreate(pressRight, releaseHArrow, in abutSwin_create()
314 static ButOut pressRight(But *but) { in pressRight() function
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_androidinput.c833 static int pressLeft = 0, pressRight = 0, pressUp = 0, pressDown = 0, pressR = 0, pressL = 0; in updateOrientation() local
893 if( !pressRight ) in updateOrientation()
896 pressRight = 1; in updateOrientation()
902 if( pressRight ) in updateOrientation()
905 pressRight = 0; in updateOrientation()