OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_mods
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/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 464 milliseconds