fabiangreffrath / woof

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
GNU General Public License v2.0
186 stars 32 forks source link

Ignore mouse motion events #1749

Closed ceski-1 closed 3 weeks ago

ceski-1 commented 3 weeks ago

We only use SDL_GetMouseState() and SDL_GetRelativeMouseState(). so SDL_MOUSEMOTION events were already being ignored. This also prevents them from getting added to queue, so they aren't processed by SDL_PollEvent().