OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_QT_ROTATION_270
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.h
44
SDL_QT_ROTATION_270
SDL_QWin.cc
86
else if (screenRotation ==
SDL_QT_ROTATION_270
)
297
} else if (screenRotation ==
SDL_QT_ROTATION_270
) {
397
else if (screenRotation ==
SDL_QT_ROTATION_270
) scancode = SDLK_DOWN;
402
else if (screenRotation ==
SDL_QT_ROTATION_270
) scancode = SDLK_LEFT;
407
else if (screenRotation ==
SDL_QT_ROTATION_270
) scancode = SDLK_UP;
412
else if (screenRotation ==
SDL_QT_ROTATION_270
) scancode = SDLK_RIGHT;
SDL_sysvideo.cc
293
screenRotation = envValue ?
SDL_QT_ROTATION_270
: SDL_QT_ROTATION_90;
Completed in 768 milliseconds