Home
last modified time | relevance | path

Searched refs:lastwheel (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/dc/
H A Dinput.cpp38 static int8 mouse_wheel = 0, lastwheel = 0; in handleInput() local
160 if (mouse_wheel != lastwheel) { in handleInput()
161 if (((int8)(mouse_wheel - lastwheel)) > 0) { in handleInput()
162 lastwheel++; in handleInput()
165 --lastwheel; in handleInput()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/dc/
H A Dinput.cpp38 static int8 mouse_wheel = 0, lastwheel = 0; in handleInput() local
160 if (mouse_wheel != lastwheel) { in handleInput()
161 if (((int8)(mouse_wheel - lastwheel)) > 0) { in handleInput()
162 lastwheel++; in handleInput()
165 --lastwheel; in handleInput()
/dports/x11/runner/runner-1.1/src/aguix/
H A Dfieldlistview.h372 struct timeval lastwheel; variable
H A Dfieldlistview.cc107 gettimeofday( &lastwheel, NULL ); in FieldListView()
1302 s = abs( (int)( t2.tv_sec - lastwheel.tv_sec ) ); in handleMessage()
1303 us = t2.tv_usec - lastwheel.tv_usec; in handleMessage()
1315 lastwheel = t2; in handleMessage()
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dfieldlistview.h372 struct timeval lastwheel; variable
H A Dfieldlistview.cc107 gettimeofday( &lastwheel, NULL ); in FieldListView()
1302 s = abs( (int)( t2.tv_sec - lastwheel.tv_sec ) ); in handleMessage()
1303 us = t2.tv_usec - lastwheel.tv_usec; in handleMessage()
1315 lastwheel = t2; in handleMessage()