HomeSort by relevance Sort by last modified time
    Searched refs:last_mods (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_lowvideo.h 73 EventModifiers last_mods; member in struct:SDL_PrivateVideoData
97 #define last_mods (this->hidden->last_mods) macro
SDL_macevents.c 166 if ( event.modifiers != last_mods ) {
198 if ( (mod&mask) != (last_mods&mask) ) {
211 last_mods = mod;

Completed in 23 milliseconds