mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
Fix toggle key
This commit is contained in:
parent
a708e28401
commit
e1a40b65aa
@ -481,7 +481,7 @@ void WindowSDL::OnKeyboardMouseInput(const SDL_Event* event) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Toggle mouse capture and gyro input emulation
|
// Toggle mouse capture and gyro input emulation
|
||||||
else if (input_id == SDLK_F7) {
|
else if (input_id == SDLK_F6) {
|
||||||
SDL_SetWindowRelativeMouseMode(this->GetSDLWindow(),
|
SDL_SetWindowRelativeMouseMode(this->GetSDLWindow(),
|
||||||
Input::ToggleMouseModeTo(Input::MouseMode::Gyro));
|
Input::ToggleMouseModeTo(Input::MouseMode::Gyro));
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user