Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Apr 15, 2024
1 parent f992256 commit df9c309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Platform/Windows/WindowsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected override int HandleEventFromFilter(SDL_Event evt)

switch (evt.type)
{
// handle raw mouse and keyboard events in SDL_EventFilter for lower latency are resilience against SDL_PumpEvents() lag
// handle raw mouse and keyboard events in SDL_EventFilter for lower latency and resilience against SDL_PumpEvents() lag
case SDL_EventType.SDL_EVENT_MOUSE_MOTION when rawMouse:
case SDL_EventType.SDL_EVENT_MOUSE_BUTTON_DOWN when rawMouse:
case SDL_EventType.SDL_EVENT_MOUSE_BUTTON_UP when rawMouse:
Expand Down

0 comments on commit df9c309

Please sign in to comment.