/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_sysevents.c | 296 kstate[SDLK_LSHIFT] = SDL_PRESSED; in WIN_GetKeyboardState() 300 kstate[SDLK_RSHIFT] = SDL_PRESSED; in WIN_GetKeyboardState() 304 kstate[SDLK_LCTRL] = SDL_PRESSED; in WIN_GetKeyboardState() 308 kstate[SDLK_RCTRL] = SDL_PRESSED; in WIN_GetKeyboardState() 312 kstate[SDLK_LALT] = SDL_PRESSED; in WIN_GetKeyboardState() 316 kstate[SDLK_RALT] = SDL_PRESSED; in WIN_GetKeyboardState() 320 kstate[SDLK_NUMLOCK] = SDL_PRESSED; in WIN_GetKeyboardState() 324 kstate[SDLK_CAPSLOCK] = SDL_PRESSED; in WIN_GetKeyboardState() 499 state = SDL_PRESSED; in WinMessage() 507 state = SDL_PRESSED; in WinMessage() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/ |
D | SDL_aaevents.c | 69 posted += SDL_PrivateMouseButton(SDL_PRESSED, 1, 0, 0); in AA_PumpEvents() 78 posted += SDL_PrivateMouseButton(SDL_PRESSED, 2, 0, 0); in AA_PumpEvents() 87 posted += SDL_PrivateMouseButton(SDL_PRESSED, 3, 0, 0); in AA_PumpEvents() 109 posted += SDL_PrivateKeyboard(SDL_PRESSED, TranslateKey(evt, &keysym)); in AA_PumpEvents()
|
/external/qemu/distrib/sdl-1.2.12/src/video/dc/ |
D | SDL_dcevents.c | 85 SDL_PrivateMouseButton((buttons & sdl_mousebtn[i])?SDL_PRESSED:SDL_RELEASED,i,0,0); in mouse_update() 123 SDL_PrivateKeyboard(((state->shift_keys>>i)&1)?SDL_PRESSED:SDL_RELEASED,&keysym); in keyboard_update() 132 SDL_PrivateKeyboard(state->matrix[i]?SDL_PRESSED:SDL_RELEASED,&keysym); in keyboard_update()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
D | SDL_ikbdevents.c | 83 SDL_PrivateKeyboard(SDL_PRESSED, in AtariIkbd_PumpEvents() 113 SDL_PrivateMouseButton(SDL_PRESSED, atari_GetButton(i), 0, 0); in AtariIkbd_PumpEvents()
|
D | SDL_xbiosevents.c | 141 SDL_PrivateMouseButton(SDL_PRESSED, atari_GetButton(i), 0, 0); in SDL_AtariXbios_PostMouseEvents()
|
D | SDL_ataridevmouse.c | 147 SDL_PrivateMouseButton(SDL_PRESSED, atari_GetButton(i), 0, 0); in SDL_AtariDevMouse_PostMouseEvents()
|
D | SDL_gemdosevents.c | 96 SDL_PrivateKeyboard(SDL_PRESSED, in AtariGemdos_PumpEvents()
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysevents.cc | 253 SDL_PrivateMouseButton(SDL_PRESSED, sdl_buttons, 0, 0); in DispatchMessage() 297 SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_WHEELDOWN, 0, 0); in DispatchMessage() 300 SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_WHEELUP, 0, 0); in DispatchMessage() 340 SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in DispatchMessage()
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/mint/ |
D | SDL_sysjoystick.c | 400 SDL_PrivateJoystickButton(joystick,0,SDL_PRESSED); in SDL_SYS_JoystickUpdate() 464 SDL_PrivateJoystickButton(joystick,i,SDL_PRESSED); in SDL_SYS_JoystickUpdate() 507 SDL_PrivateJoystickButton(joystick,0,SDL_PRESSED); in SDL_SYS_JoystickUpdate() 536 SDL_PrivateJoystickButton(joystick,i,SDL_PRESSED); in SDL_SYS_JoystickUpdate() 570 SDL_PrivateJoystickButton(joystick,i,SDL_PRESSED); in SDL_SYS_JoystickUpdate()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11events.c | 541 posted = SDL_PrivateMouseButton(SDL_PRESSED, in X11_DispatchEvent() 568 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in X11_DispatchEvent() 666 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in X11_DispatchEvent() 676 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in X11_DispatchEvent() 696 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in X11_DispatchEvent() 741 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in X11_DispatchEvent() 1336 kstate[key] = SDL_PRESSED; in X11_SetKeyboardState() 1371 kstate[SDLK_CAPSLOCK] = SDL_PRESSED; in X11_SetKeyboardState() 1376 kstate[SDLK_NUMLOCK] = SDL_PRESSED; in X11_SetKeyboardState()
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
D | SDL_dgaevents.c | 65 posted = SDL_PrivateMouseButton(SDL_PRESSED, in DGA_DispatchEvent() 109 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in DGA_DispatchEvent()
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_riscosevents.c | 346 …if (changed & 4) SDL_PrivateMouseButton((last_buttons & 4) ? SDL_PRESSED : SDL_RELEASED, SDL_BUTTO… in RISCOS_PollMouseHelper() 347 …if (changed & 2) SDL_PrivateMouseButton((last_buttons & 2) ? SDL_PRESSED : SDL_RELEASED, SDL_BUTTO… in RISCOS_PollMouseHelper() 348 …if (changed & 1) SDL_PrivateMouseButton((last_buttons & 1) ? SDL_PRESSED : SDL_RELEASED, SDL_BUTTO… in RISCOS_PollMouseHelper() 419 SDL_PrivateKeyboard(SDL_PRESSED,TranslateKey(j,&key,1)); in RISCOS_PollKeyboard()
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
D | SDL_epocevents.cpp | 77 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); in EPOC_HandleWsEvent() 83 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_RIGHT, 0, 0); in EPOC_HandleWsEvent() 111 posted += SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in EPOC_HandleWsEvent()
|
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
D | SDL_svgaevents.c | 160 posted += SDL_PrivateMouseButton(SDL_PRESSED, 1, 0, 0); in SVGA_mousecallback() 169 posted += SDL_PrivateMouseButton(SDL_PRESSED, 2, 0, 0); in SVGA_mousecallback() 178 posted += SDL_PrivateMouseButton(SDL_PRESSED, 3, 0, 0); in SVGA_mousecallback() 192 posted += SDL_PrivateKeyboard(SDL_PRESSED, in SVGA_keyboardcallback()
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
D | SDL_nxevents.c | 251 SDL_PrivateMouseButton (SDL_PRESSED, button, in NX_PumpEvents() 255 SDL_PrivateMouseButton (SDL_PRESSED, button, in NX_PumpEvents() 284 SDL_PrivateKeyboard (SDL_PRESSED, in NX_PumpEvents()
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/ |
D | SDL_sysjoystick.c | 468 SDL_PrivateJoystickButton(joystick, (Uint8)(i-corr), SDL_PRESSED); in SDL_SYS_JoystickUpdate() 489 …B.x < SYS_JoyData[index].buttoncalc[0]) SDL_PrivateJoystickButton(joystick, (Uint8)4, SDL_PRESSED); in SDL_SYS_JoystickUpdate() 494 …B.y < SYS_JoyData[index].buttoncalc[1]) SDL_PrivateJoystickButton(joystick, (Uint8)5, SDL_PRESSED); in SDL_SYS_JoystickUpdate() 499 …B.x > SYS_JoyData[index].buttoncalc[2]) SDL_PrivateJoystickButton(joystick, (Uint8)6, SDL_PRESSED); in SDL_SYS_JoystickUpdate() 504 …B.y > SYS_JoyData[index].buttoncalc[3]) SDL_PrivateJoystickButton(joystick, (Uint8)7, SDL_PRESSED); in SDL_SYS_JoystickUpdate()
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
D | SDL_keyboard.c | 323 if ( SDL_KeyState[key] == SDL_PRESSED ) { in SDL_ResetKeyboard() 383 state == SDL_PRESSED ? "pressed" : "released"); in SDL_PrivateKeyboard() 390 if ( state == SDL_PRESSED ) { in SDL_PrivateKeyboard() 481 case SDL_PRESSED: in SDL_PrivateKeyboard()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
D | SDL_dibevents.c | 161 posted = SDL_PrivateKeyboard(SDL_PRESSED, in DIB_HandleMessage() 191 if (state[SDLK_LSHIFT] == SDL_PRESSED && !(GetKeyState(VK_LSHIFT) & 0x8000)) { in DIB_HandleMessage() 193 } else if (state[SDLK_RSHIFT] == SDL_PRESSED && !(GetKeyState(VK_RSHIFT) & 0x8000)) { in DIB_HandleMessage() 218 posted = SDL_PrivateKeyboard(SDL_PRESSED, in DIB_HandleMessage()
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
D | SDL_ph_events.c | 163 posted = SDL_PrivateMouseButton(SDL_PRESSED, buttons, 0, 0); in ph_DispatchEvent() 350 posted = SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_WHEELUP, 0, 0); in ph_DispatchEvent() 355 posted = SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_WHEELDOWN, 0, 0); in ph_DispatchEvent() 358 posted = SDL_PrivateKeyboard(SDL_PRESSED, ph_TranslateKey(keyEvent, &keysym)); in ph_DispatchEvent()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzEvents.m | 269 if (SDL_TranslateUNICODE && state == SDL_PRESSED) { 344 SDL_PrivateKeyboard (SDL_PRESSED, &key); 351 SDL_PrivateKeyboard (SDL_PRESSED, &key); 384 SDL_PrivateKeyboard (SDL_PRESSED, &key); 416 SDL_PrivateKeyboard (SDL_PRESSED, &key); 535 SDL_PrivateKeyboard (SDL_PRESSED, &key); 541 SDL_PrivateKeyboard (SDL_PRESSED, &key); 767 SDL_PrivateMouseButton (SDL_PRESSED, button, 0, 0); \ 940 SDL_PrivateMouseButton (SDL_PRESSED, button, 0, 0); 948 QZ_DoKey (this, SDL_PRESSED, event);
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
D | SDL_DirectFB_events.c | 61 posted += SDL_PrivateMouseButton(SDL_PRESSED, in DirectFB_PumpEvents() 69 posted += SDL_PrivateKeyboard(SDL_PRESSED, DirectFB_TranslateKey(&evt, &keysym)); in DirectFB_PumpEvents()
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
D | SDL_gemevents.c | 143 SDL_PrivateKeyboard(SDL_PRESSED, in GEM_PumpEvents() 352 SDL_PrivateMouseButton(SDL_PRESSED, i+1, 0, 0); in do_mouse()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
D | SDL_dx5events.c | 280 posted = SDL_PrivateKeyboard(SDL_PRESSED, in handle_keyboard() 358 state = SDL_PRESSED; in handle_mouse() 424 SDL_PRESSED, button, 0, 0); in handle_mouse() 454 state = SDL_PRESSED; in handle_mouse()
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
D | SDL_vglevents.c | 82 pressed = SDL_PRESSED; in handle_keyboard() 123 state = SDL_PRESSED; in handle_mouse()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/ |
D | SDL_ggievents.c | 98 posted += SDL_PrivateMouseButton(SDL_PRESSED, ev.pbutton.button, 0, 0); in GGI_PumpEvents() 105 posted += SDL_PrivateKeyboard(SDL_PRESSED, GGI_TranslateKey(&ev, &keysym)); in GGI_PumpEvents()
|