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

  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.h 43 SDL_QT_ROTATION_90,
SDL_QWin.cc 84 if (screenRotation == SDL_QT_ROTATION_90)
279 if (screenRotation == SDL_QT_ROTATION_90) {
396 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_UP;
401 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_RIGHT;
406 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_DOWN;
411 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_LEFT;
SDL_sysvideo.cc 293 screenRotation = envValue ? SDL_QT_ROTATION_270 : SDL_QT_ROTATION_90;

Completed in 203 milliseconds