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

  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 28 screenRotationT screenRotation = SDL_QT_NO_ROTATION;
84 if (screenRotation == SDL_QT_ROTATION_90)
86 else if (screenRotation == SDL_QT_ROTATION_270)
279 if (screenRotation == SDL_QT_ROTATION_90) {
297 } else if (screenRotation == SDL_QT_ROTATION_270) {
396 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_UP;
397 else if (screenRotation == SDL_QT_ROTATION_270) scancode = SDLK_DOWN;
401 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_RIGHT;
402 else if (screenRotation == SDL_QT_ROTATION_270) scancode = SDLK_LEFT;
406 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_DOWN
    [all...]
SDL_QWin.h 47 extern screenRotationT screenRotation;
SDL_sysvideo.cc 293 screenRotation = envValue ? SDL_QT_ROTATION_270 : SDL_QT_ROTATION_90;

Completed in 35 milliseconds