Home | History | Annotate | Download | only in events

Lines Matching defs:this

5     This library is free software; you can redistribute it and/or
10 This library is distributed in the hope that it will be useful,
16 License along with this library; if not, write to the Free Software
82 * events in time for sure! For this, we need the DosSetPriority() API
103 SDL_VideoDevice *this = current_video;
107 video->PumpEvents(this);
128 On the P of the lock mutex, if the lock is held, this thread
226 /* This function (and associated calls) may be called more than once */
305 /* This can probably be optimized with SDL_memcpy() -- careful! */
372 SDL_VideoDevice *this = current_video;
376 video->PumpEvents(this);
483 /* This is a generic event handler.