Searched defs:screenRotation (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.cc28 screenRotationT screenRotation = SDL_QT_NO_ROTATION; variable
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
[all...]

Completed in 71 milliseconds