Home
last modified time | relevance | path

Searched refs:bMouseControl (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp240 …bool autoHide = ((g_Config.bFullScreen && !mouseButtonDown) || (g_Config.bMouseControl && trapMous… in CorrectCursor()
241 if (autoHide && (hideCursor || g_Config.bMouseControl)) { in CorrectCursor()
617 …if (!g_Config.bShowTouchControls && !g_Config.bMouseControl && GetUIState() == UISTATE_INGAME && g… in DisplayProc()
H A DWindowsHost.cpp239 if (g_Config.bMouseControl) { in PollControllers()
H A DRawInput.cpp346 … if (i > 0 || (g_Config.bMouseControl && (GetUIState() == UISTATE_INGAME || g_Config.bMapMouse))) {
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp240 …bool autoHide = ((g_Config.bFullScreen && !mouseButtonDown) || (g_Config.bMouseControl && trapMous… in CorrectCursor()
241 if (autoHide && (hideCursor || g_Config.bMouseControl)) { in CorrectCursor()
617 …if (!g_Config.bShowTouchControls && !g_Config.bMouseControl && GetUIState() == UISTATE_INGAME && g… in DisplayProc()
H A DWindowsHost.cpp239 if (g_Config.bMouseControl) { in PollControllers()
H A DRawInput.cpp346 … if (i > 0 || (g_Config.bMouseControl && (GetUIState() == UISTATE_INGAME || g_Config.bMapMouse))) { in ProcessMouse()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp240 …bool autoHide = ((g_Config.bFullScreen && !mouseButtonDown) || (g_Config.bMouseControl && trapMous… in CorrectCursor()
241 if (autoHide && (hideCursor || g_Config.bMouseControl)) { in CorrectCursor()
617 …if (!g_Config.bShowTouchControls && !g_Config.bMouseControl && GetUIState() == UISTATE_INGAME && g… in DisplayProc()
H A DWindowsHost.cpp239 if (g_Config.bMouseControl) { in PollControllers()
H A DRawInput.cpp346 … if (i > 0 || (g_Config.bMouseControl && (GetUIState() == UISTATE_INGAME || g_Config.bMapMouse))) { in ProcessMouse()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DConfig.h417 bool bMouseControl; member
H A DConfig.cpp1051 ConfigSetting("UseMouse", &g_Config.bMouseControl, false, true, true),
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h417 bool bMouseControl; member
H A DConfig.cpp1051 ConfigSetting("UseMouse", &g_Config.bMouseControl, false, true, true),
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h417 bool bMouseControl; member
H A DConfig.cpp1051 ConfigSetting("UseMouse", &g_Config.bMouseControl, false, true, true),
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/SDL/
H A DSDLMain.cpp1103 if (g_Config.bMouseControl) { in main()
1122 …bool captureMouseCondition = g_Config.bMouseControl && ((GetUIState() == UISTATE_INGAME && g_Confi… in main()
/dports/emulators/ppsspp/ppsspp-1.12.3/SDL/
H A DSDLMain.cpp1103 if (g_Config.bMouseControl) { in main()
1122 …bool captureMouseCondition = g_Config.bMouseControl && ((GetUIState() == UISTATE_INGAME && g_Confi… in main()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/SDL/
H A DSDLMain.cpp1103 if (g_Config.bMouseControl) { in main()
1122 …bool captureMouseCondition = g_Config.bMouseControl && ((GetUIState() == UISTATE_INGAME && g_Confi… in main()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DGameSettingsScreen.cpp787 …CheckBox *mouseControl = controlsSettings->Add(new CheckBox(&g_Config.bMouseControl, co->T("Use Mo… in CreateViews()
789 if(g_Config.bMouseControl) in CreateViews()
793 …Confine Mouse", "Trap mouse within window/display area")))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
794 … co->T("Mouse sensitivity"), 0.01f, screenManager(), "x"))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
795 …f, co->T("Mouse smoothing"), 0.05f, screenManager(), "x"))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
H A DControlMappingScreen.cpp128 if (g_Config.bMouseControl) { in Refresh()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DGameSettingsScreen.cpp787 …CheckBox *mouseControl = controlsSettings->Add(new CheckBox(&g_Config.bMouseControl, co->T("Use Mo… in CreateViews()
789 if(g_Config.bMouseControl) in CreateViews()
793 …Confine Mouse", "Trap mouse within window/display area")))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
794 … co->T("Mouse sensitivity"), 0.01f, screenManager(), "x"))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
795 …f, co->T("Mouse smoothing"), 0.05f, screenManager(), "x"))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
H A DControlMappingScreen.cpp128 if (g_Config.bMouseControl) { in Refresh()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DGameSettingsScreen.cpp787 …CheckBox *mouseControl = controlsSettings->Add(new CheckBox(&g_Config.bMouseControl, co->T("Use Mo… in CreateViews()
789 if(g_Config.bMouseControl) in CreateViews()
793 …Confine Mouse", "Trap mouse within window/display area")))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
794 … co->T("Mouse sensitivity"), 0.01f, screenManager(), "x"))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
795 …f, co->T("Mouse smoothing"), 0.05f, screenManager(), "x"))->SetEnabledPtr(&g_Config.bMouseControl); in CreateViews()
H A DControlMappingScreen.cpp128 if (g_Config.bMouseControl) { in Refresh()