HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 51 - 75 of 1117) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_JoystickGetButton.3 14 \fB1\fR if the button is pressed\&. Otherwise, \fB0\fR\&.
SDL_KeyboardEvent.3 28 The \fBtype\fR and \fBstate\fR actually report the same information, they just use different values to do it! A keyboard event occurs when a key is released (\fBtype\fR=\fBSDK_KEYUP\fP or \fBstate\fR=\fBSDL_RELEASED\fP) and when a key is pressed (\fBtype\fR=\fBSDL_KEYDOWN\fP or \fBstate\fR=\fBSDL_PRESSED\fP)\&. The information on what key was pressed or released is in the \fI\fBkeysym\fR\fR structure\&.
  /external/chromium_org/ash/wm/
power_button_controller.h 30 // the power button being pressed or released.
44 // Called when the power or lock buttons are pressed or released.
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_button.h 22 // A button that activates on mouse pressed rather than released, and that
23 // continues to fire the clicked action as the mouse button remains pressed
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
package.html 23 // Adds a new mapping "PrintHello" that will be invoked when the Return/Enter key is pressed<br>
25 // Adds a new ActionListener to get an event when enter is pressed.<br>
  /external/chromium_org/ash/wm/caption_buttons/
alternate_frame_size_button.h 22 // When the mouse is pressed over the size button or the size button is touched:
25 // - The pressed button is updated during the drag to reflect the button
27 // When the drag terminates, the action for the pressed button is executed.
57 // Updates the pressed button based on |event_location|.
91 // The action of the currently pressed button. If |snap_type_| == SNAP_NONE,
  /external/chromium_org/remoting/host/
remote_input_filter_unittest.cc 24 MATCHER_P2(EqualsUsbEvent, usb_keycode, pressed, "") {
26 arg.pressed() == pressed;
36 static protocol::KeyEvent UsbKeyEvent(int usb_keycode, bool pressed) {
39 event.set_pressed(pressed);
  /external/qemu/distrib/sdl-1.2.15/test/
checkkeys.c 53 static void PrintKey(SDL_keysym *sym, int pressed)
57 printf("Key %s: %d-%s ", pressed ? "pressed" : "released",
61 pressed ? "pressed" : "released");
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadKeyButton.java 44 public void onPressed(View view, boolean pressed);
69 public void setPressed(boolean pressed) {
70 super.setPressed(pressed);
72 mOnPressedListener.onPressed(this, pressed);
132 // setting the pressed state but before performing the action.
  /docs/source.android.com/src/devices/tech/input/
key-character-map-files.jd 149 are pressed.</p>
153 behavior (character that should be typed) when the key is pressed and all of the
156 the either the LEFT SHIFT or RIGHT SHIFT modifier is pressed.</p>
158 when the both RIGHT SHIFT and RIGHT ALT modifiers are pressed together.</p>
163 <li><code>shift</code>: Applies when either the LEFT SHIFT or RIGHT SHIFT modifier is pressed.</li>
164 <li><code>lshift</code>: Applies when the LEFT SHIFT modifier is pressed.</li>
165 <li><code>rshift</code>: Applies when the RIGHT SHIFT modifier is pressed.</li>
166 <li><code>alt</code>: Applies when either the LEFT ALT or RIGHT ALT modifier is pressed.</li>
167 <li><code>lalt</code>: Applies when the LEFT ALT modifier is pressed.</li>
168 <li><code>ralt</code>: Applies when the RIGHT ALT modifier is pressed.</li
    [all...]
  /external/chromium_org/remoting/client/plugin/
normalizing_input_filter_cros.cc 6 // such as Down->PageDown, 1->F1, etc, when keys are pressed in combination with
15 // The host system will therefore behave as if OSKey+PageDown were pressed,
71 // 1. No OSKey has been pressed.
74 // 2. An OSKey is pressed, but may be Normal, Rewriting or Modifying.
80 // 3. An OSKey is pressed, and is being used to Rewrite other key events.
86 // 4. An OSKey is pressed, and is Modifying.
104 if (event.pressed())
182 // Holds the keydown event for the most recent OSKey to have been pressed,
192 // Stores the code of the OSKey while it is pressed for use as a Modifier.
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java 58 private boolean pressed = false; field in class:InputSystemJme
136 nic.processMouseEvent(x, y, evt.getDeltaWheel(), buttonIndex, pressed);
144 boolean wasPressed = pressed;
148 pressed = evt.isPressed();
151 if (wasPressed && !pressed) {
161 consumed = nic.processMouseEvent(x, y, 0, buttonIndex, pressed);
167 // Mouse button pressed. Begin dragging
168 if (!wasPressed && pressed) {
173 if (consumed && pressed) {
  /external/chromium_org/ppapi/c/
pp_touch_point.h 33 * corresponds to the order in which the points were pressed. For example,
34 * the first point to be pressed has an id of 0, the second has an id of 1,
37 * the next finger to be pressed can be assigned to id 0.
  /external/chromium_org/remoting/protocol/
input_event_tracker.cc 59 // Pressed keys will be released with |lock_states| set to 0.
61 // we release all the pressed keys at blurring/disconnection time.
64 if (event.pressed()) {
  /external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java 50 boolean pressed = false;
52 pressed = mTouchPoints[index].getPressed();
54 return pressed;
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.h 52 // button is pressed to give beforeunload handlers a chance to cancel.
55 // Close the panel. Called when a close button is pressed.
153 // Cursor's absolute position when the mouse button was pressed.
158 // mouse button was pressed.
  /external/chromium_org/ash/system/chromeos/brightness/
brightness_controller_chromeos.h 17 // brightness is pressed.
  /external/chromium_org/ash/system/chromeos/
keyboard_brightness_controller.h 16 // multimedia key for keyboard brightness is pressed.
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.h 16 // and a custom hover effect in hovered or pressed state.
  /external/chromium_org/chrome/browser/chromeos/
device_hierarchy_observer.h 21 // pressed. |device_id| is the source of the key event which will be sent to
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
file_manager_dialog_base.js 49 * @param {function()} onOk Called when the OK button is pressed.
50 * @param {function()} onCancel Called when the cancel button is pressed.
62 * @param {function()} onOk Called when the OK button is pressed.
63 * @param {function()} onCancel Called when the cancel button is pressed.
  /external/chromium_org/chrome/browser/ui/ash/
ime_controller_chromeos.h 13 // pressed.
volume_controller_chromeos.h 14 // pressed.
  /external/chromium_org/chrome/test/remoting/
key_code_conv.h 12 // Find out the key(s) that need to be pressed to type the desired character.
  /external/chromium_org/chrome_frame/test/data/
keyevent.html 12 appendStatus("Key pressed: " +

Completed in 1428 milliseconds

1 23 4 5 6 7 8 91011>>