mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-19 12:35:52 -04:00
add delta to scroll wheel emulation
This commit is contained in:
parent
3048385129
commit
acaee522a2
@ -125,7 +125,7 @@ void Window_ProcessEvents(double delta) {
|
||||
|
||||
|
||||
if (mods & WPAD_BUTTON_RIGHT) {
|
||||
Mouse_ScrollWheel(0.1);
|
||||
Mouse_ScrollWheel(1.0*delta);
|
||||
}
|
||||
|
||||
Input_SetNonRepeatable(KeyBinds[KEYBIND_THIRD_PERSON], mods & WPAD_BUTTON_UP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user