Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 25 of 80) sorted by relevance

1234

/external/libvterm/src/
Dmouse.c5 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/
Dlevel344 // 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 …]
Dshift1 // 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.
Dgroup1 // 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).
Dlevel54 // 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/
Dinput03.c109 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/
DInputTouchScreen.java50 boolean pressed = false; in getPressed()
52 pressed = mTouchPoints[index].getPressed(); in getPressed()
54 return pressed; in getPressed()
DHudSystem.java203 public void setButtonState(boolean pressed, boolean attackPressed, boolean sliderPressed) { in setButtonState() argument
204 mFlyButtonPressed = pressed; in setButtonState()
/external/u-boot/doc/
DREADME.serial_multi13 *) The default console depends on the keys pressed:
14 - SMC if keys not pressed (modem not enabled)
15 - SCC if keys pressed (modem enabled)
DREADME.autoboot27 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/
DArcInputBridgeProtocol.h176 bool pressed; member
318 bool pressed, float value) { in GamepadButtonEvent()
322 event.gamepad.pressed = pressed; in GamepadButtonEvent()
/external/libxkbcommon/xkbcommon/test/data/types/
Dnumpad48 // NumLock Off + Shift pressed => select using cursor keys
54 // NumLock On + Shift pressed => auxiliary symbols,
/external/u-boot/common/
Dusb_kbd.c167 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/
DREADME5 Single finger is pressed to touchscreen and then dragged in the direction
/external/python/cpython3/Doc/library/
Dmsvcrt.rst103 pressed. If the pressed key was a special function key, this will
/external/python/cpython2/Doc/library/
Dmsvcrt.rst96 not wait for :kbd:`Enter` to be pressed. If the pressed key was a special
/external/autotest/server/site_tests/firmware_RecoveryButton/
Dcontrol21 recovery button pressed and reboots. It then triggers recovery mode by
Dcontrol.ec_wp22 recovery button pressed and reboots. It then triggers recovery mode by
Dcontrol.dev21 recovery button pressed and reboots. It then triggers recovery mode by
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java121 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/
Dform.d9 user has pressed the submit button. This causes curl to POST data using the
/external/libxkbcommon/xkbcommon/test/data/compat/
Dmisc102 // makes it actually lock when pressed. Sets
/external/u-boot/board/imgtec/xilfpga/
DREADME40 needs to be pressed.
/external/u-boot/board/qualcomm/dragonboard410c/
Dreadme.txt22 8) Enter fastboot (reboot board with vol- button pressed)
/external/libxkbcommon/xkbcommon/doc/
Dquick-guide.md9 only reports to the client which keys are pressed and released.
172 is pressed or released at any given time:

1234