/external/libvterm/src/ |
D | mouse.c | 5 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) in output_mouse() argument 16 if(!pressed) in output_mouse() 27 if(!pressed) in output_mouse() 41 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm'); in output_mouse() 45 if(!pressed) in output_mouse() 73 void vterm_mouse_button(VTerm *vt, int button, bool pressed, VTermModifier mod) in vterm_mouse_button() argument 80 if(pressed) in vterm_mouse_button() 91 output_mouse(state, button-1, pressed, mod, state->mouse_col, state->mouse_row); in vterm_mouse_button() 94 output_mouse(state, button-4 + 0x40, pressed, mod, state->mouse_col, state->mouse_row); in vterm_mouse_button()
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | level3 | 44 // The right Alt key (while pressed) chooses the third shift level, 72 // Either Alt key (while pressed) chooses the third shift level. 80 // The left Alt key (while pressed) chooses the third shift level. 90 // The right Ctrl key (while pressed) chooses the third shift level. 100 // The Menu key (while pressed) chooses the third shift level. 110 // Either Win key (while pressed) chooses the third shift level. 117 // The left Win key (while pressed) chooses the third shift level. 127 // The right Win key (while pressed) chooses the third shift level. 139 // The Enter key on the kepypad (while pressed) chooses the third shift level. 150 // The CapsLock key (while pressed) chooses the third shift level. [all …]
|
D | shift | 1 // Cancel CapsLock when a Shift key is pressed. 21 // Toggle CapsLock when pressed together with the other Shift key. 29 // Toggle CapsLock when pressed together with the other Shift key. 44 // Set CapsLock when pressed with the other Shift key, release it when pressed alone. 52 // Set CapsLock when pressed with the other Shift key, release it when pressed alone. 67 // Toggle ShiftLock when pressed together with the other Shift key. 75 // Toggle ShiftLock when pressed together with the other Shift key.
|
D | group | 1 // The right Alt key (while pressed) chooses the second keyboard group. 10 // The left Alt key (while pressed) chooses the second keyboard group. 19 // Either Win key (while pressed) chooses the second keyboard group. 26 // The left Win key (while pressed) chooses the second keyboard group. 37 // The right Win key (while pressed) chooses the second keyboard group. 48 // The right Ctrl key (while pressed) chooses the second keyboard group. 68 // (depending on which Shift is pressed first). 320 // (depending on which Ctrl is pressed first). 337 // (depending on which Alt is pressed first).
|
D | level5 | 4 // The right Ctrl key (while pressed) chooses the fifth shift level. 14 // The Less/Greater key (while pressed) chooses the fifth shift level. 24 // The right Alt key (while pressed) chooses the fifth shift level.
|
/external/ltp/testcases/kernel/input/ |
D | input03.c | 109 int nb, rd, i, pressed = 0; in check_events() local 127 pressed = 1; in check_events() 129 if (pressed == 1 && !(buf[3*i] & PS2_RIGHT_BTN)) { in check_events() 130 pressed = 0; in check_events()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputTouchScreen.java | 50 boolean pressed = false; in getPressed() 52 pressed = mTouchPoints[index].getPressed(); in getPressed() 54 return pressed; in getPressed()
|
D | HudSystem.java | 203 public void setButtonState(boolean pressed, boolean attackPressed, boolean sliderPressed) { in setButtonState() argument 204 mFlyButtonPressed = pressed; in setButtonState()
|
/external/u-boot/doc/ |
D | README.serial_multi | 13 *) The default console depends on the keys pressed: 14 - SMC if keys not pressed (modem not enabled) 15 - SCC if keys pressed (modem enabled)
|
D | README.autoboot | 27 any commands. If any key is pressed before the boot delay time 29 and waits forever for a command. That's a good thing if you pressed a 34 U-Boot pressed a key before the system had time to boot. It's even
|
/external/wayland-protocols/flinger_headers/ |
D | ArcInputBridgeProtocol.h | 176 bool pressed; member 318 bool pressed, float value) { in GamepadButtonEvent() 322 event.gamepad.pressed = pressed; in GamepadButtonEvent()
|
/external/libxkbcommon/xkbcommon/test/data/types/ |
D | numpad | 48 // NumLock Off + Shift pressed => select using cursor keys 54 // NumLock On + Shift pressed => auxiliary symbols,
|
/external/u-boot/common/ |
D | usb_kbd.c | 167 unsigned char modifier, int pressed) in usb_kbd_translate() argument 172 if (pressed == 0) { in usb_kbd_translate() 177 if (pressed == 2) { in usb_kbd_translate() 220 if (pressed == 1) { in usb_kbd_translate()
|
/external/autotest/client/site_tests/touch_TouchscreenScroll/ |
D | README | 5 Single finger is pressed to touchscreen and then dragged in the direction
|
/external/python/cpython3/Doc/library/ |
D | msvcrt.rst | 103 pressed. If the pressed key was a special function key, this will
|
/external/python/cpython2/Doc/library/ |
D | msvcrt.rst | 96 not wait for :kbd:`Enter` to be pressed. If the pressed key was a special
|
/external/autotest/server/site_tests/firmware_RecoveryButton/ |
D | control | 21 recovery button pressed and reboots. It then triggers recovery mode by
|
D | control.ec_wp | 22 recovery button pressed and reboots. It then triggers recovery mode by
|
D | control.dev | 21 recovery button pressed and reboots. It then triggers recovery mode by
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 121 private transient boolean pressed; field in DumbTextComponent 125 if (pressed) { in mousePressed() 131 pressed = true; in mousePressed() 142 pressed = false; in mouseReleased()
|
/external/curl/docs/cmdline-opts/ |
D | form.d | 9 user has pressed the submit button. This causes curl to POST data using the
|
/external/libxkbcommon/xkbcommon/test/data/compat/ |
D | misc | 102 // makes it actually lock when pressed. Sets
|
/external/u-boot/board/imgtec/xilfpga/ |
D | README | 40 needs to be pressed.
|
/external/u-boot/board/qualcomm/dragonboard410c/ |
D | readme.txt | 22 8) Enter fastboot (reboot board with vol- button pressed)
|
/external/libxkbcommon/xkbcommon/doc/ |
D | quick-guide.md | 9 only reports to the client which keys are pressed and released. 172 is pressed or released at any given time:
|