This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/events/SDL_mouse.c b/src/events/SDL_mouse.c | |
| index e00e67c64..9588db7c6 100644 | |
| --- a/src/events/SDL_mouse.c | |
| +++ b/src/events/SDL_mouse.c | |
| @@ -1097,8 +1097,8 @@ void SDL_SendMouseWheel(Uint64 timestamp, SDL_Window *window, SDL_MouseID mouseI | |
| event.wheel.x = integer_x; | |
| event.wheel.y = integer_y; | |
| } else { | |
| - event.wheel.x = x; | |
| - event.wheel.y = y; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alert('Test Worked'); |