Home
last modified time | relevance | path

Searched refs:sensorX (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/sdl/
H A DinputSDL.cpp555 sensorX += 3; in inputUpdateMotionSensor()
557 sensorX = 2197; in inputUpdateMotionSensor()
559 sensorX = 2057; in inputUpdateMotionSensor()
561 sensorX -= 3; in inputUpdateMotionSensor()
563 sensorX = 1897; in inputUpdateMotionSensor()
565 sensorX = 2037; in inputUpdateMotionSensor()
567 sensorX -= 2; in inputUpdateMotionSensor()
569 sensorX = 2047; in inputUpdateMotionSensor()
571 sensorX += 2; in inputUpdateMotionSensor()
573 sensorX = 2047; in inputUpdateMotionSensor()
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DDirectInput.cpp758 sensorX += 3; in checkMotionKeys()
759 if(sensorX > 2197) in checkMotionKeys()
760 sensorX = 2197; in checkMotionKeys()
762 sensorX = 2057; in checkMotionKeys()
768 sensorX -= 3; in checkMotionKeys()
770 sensorX = 1897; in checkMotionKeys()
772 sensorX = 2037; in checkMotionKeys()
774 sensorX -= 2; in checkMotionKeys()
776 sensorX = 2047; in checkMotionKeys()
778 sensorX += 2; in checkMotionKeys()
[all …]
H A DVBA.cpp313 sensorX = 2047; in VBA()
1196 return sensorX; in systemGetSensorX()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DDirectInput.cpp985 theApp.sensorX += 3; in checkMotionKeys()
986 if(theApp.sensorX > 2197) in checkMotionKeys()
987 theApp.sensorX = 2197; in checkMotionKeys()
989 theApp.sensorX = 2057; in checkMotionKeys()
991 theApp.sensorX -= 3; in checkMotionKeys()
993 theApp.sensorX = 1897; in checkMotionKeys()
995 theApp.sensorX = 2037; in checkMotionKeys()
997 theApp.sensorX -= 2; in checkMotionKeys()
999 theApp.sensorX = 2047; in checkMotionKeys()
1001 theApp.sensorX += 2; in checkMotionKeys()
[all …]
H A DVBA.h176 int sensorX; variable
H A DVBA.cpp261 sensorX = 2047; in BEGIN_MESSAGE_MAP()
1011 return theApp.sensorX; in systemGetSensorX()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/sdl/
H A DSDL.cpp150 int sensorX = 2047; variable
3050 sensorX += 3; in systemUpdateMotionSensor()
3052 sensorX = 2197; in systemUpdateMotionSensor()
3054 sensorX = 2057; in systemUpdateMotionSensor()
3056 sensorX -= 3; in systemUpdateMotionSensor()
3058 sensorX = 1897; in systemUpdateMotionSensor()
3060 sensorX = 2037; in systemUpdateMotionSensor()
3062 sensorX -= 2; in systemUpdateMotionSensor()
3064 sensorX = 2047; in systemUpdateMotionSensor()
3066 sensorX += 2; in systemUpdateMotionSensor()
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/common/
H A DConfigManager.h107 extern int sensorX;
H A DConfigManager.cpp208 int sensorX; variable