Home
last modified time | relevance | path

Searched refs:ignoring_motion (Results 1 – 1 of 1) sorted by relevance

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c2283 int ignoring_motion; in mainloop() local
2343 ignoring_motion = 0; in mainloop()
2355ignoring_motion = (ignoring_motion + 1) % 3; /* Ignore every couple of motion events, to ke… in mainloop()
5269 else if (event.type == SDL_MOUSEMOTION && !ignoring_motion) in mainloop()