mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update all values for mouse axis.
This commit is contained in:
parent
27608349ee
commit
1f64e81f9e
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@ void WindowsHost::PollControllers() {
|
|||
axisY.value = my;
|
||||
|
||||
if (GetUIState() == UISTATE_INGAME || g_Config.bMapMouse) {
|
||||
if (fabsf(mx) > 0.01f) NativeAxis(axisX);
|
||||
if (fabsf(my) > 0.01f) NativeAxis(axisY);
|
||||
NativeAxis(axisX);
|
||||
NativeAxis(axisY);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue