Searched refs:pressed (Results 1 - 25 of 77) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dbarhintspl.h39 void Draw3DBox ( wxDC& dc, const wxPoint& pos, bool pressed );
42 void DrawCloseBox ( wxDC& dc, const wxPoint& pos, bool pressed );
46 bool atLeft, bool disabled, bool pressed );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dinphand.h46 // map a keyboard event to one or more actions (pressed == true if the key
47 // was pressed, false if released), returns true if something was done
50 bool pressed) = 0;
90 bool pressed)
92 return m_handler ? m_handler->HandleKey(consumer, event, pressed)
88 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
H A Dspinbutt.h114 bool pressed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dgpio_input.c53 int pressed; local
80 pressed = gpio_get_value(key_entry->gpio) ^ npolarity;
82 if (pressed == !(debounce & DEBOUNCE_PRESSED)) {
93 if (pressed && (debounce & DEBOUNCE_NOTPRESSED)) {
96 "(%d) debounce pressed 1\n",
102 if (!pressed && (debounce & DEBOUNCE_PRESSED)) {
105 "(%d) debounce pressed 0\n",
120 key_entry->code, i, key_entry->gpio, pressed);
122 key_entry->code, pressed);
143 int pressed; local
[all...]
H A Dgpio_matrix.c105 int pressed = test_bit(key_index, kp->keys_pressed); local
107 if (pressed != test_bit(keycode, kp->input_dev->key)) {
113 mi->input_gpios[in], pressed);
119 mi->input_gpios[in], pressed);
120 input_report_key(kp->input_dev, keycode, pressed);
192 /* No keys are pressed, reenable interrupt */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextdlg.tex54 Returns the text that the user has entered if the user has pressed OK, or the original value
55 if the user has pressed Cancel.
67 Shows the dialog, returning wxID\_OK if the user pressed OK, and wxID\_CANCEL
H A Dtglbtn.tex14 wxToggleButton is a button that stays pressed when clicked by the user. In
110 Returns {\tt true} if it is pressed, {\tt false} otherwise.
121 \docparam{state}{If {\tt true}, the button is pressed.}
H A Dmouseevt.tex22 returns {\tt true} if the left mouse button is currently being pressed. For
73 true if the Alt key is pressed down.
80 true if control key is pressed down.
87 true if the left mouse button is currently pressed down.
94 true if the middle mouse button is currently pressed down.
101 true if the right mouse button is currently pressed down.
108 true if the Meta key is pressed down.
115 true if shift is pressed down.
194 \twocolitem{{\tt wxMOUSE\_BTN\_LEFT}}{check if left button was pressed}
195 \twocolitem{{\tt wxMOUSE\_BTN\_MIDDLE}}{check if middle button was pressed}
[all...]
H A Dkeyevent.tex9 maintained in a pressed state you will typically get a lot of (automatically
21 and the standard US keyboard): when the {\tt 'A'} key is pressed, the key down
34 Another kind of translation is done when the control key is pressed: for
72 \twocolitem{{\bf EVT\_KEY\_DOWN(func)}}{Process a wxEVT\_KEY\_DOWN event (any key has been pressed).}
89 true if the Alt key is pressed down.
99 true if control is pressed down.
119 true if the Meta key is pressed down.
129 true if shift is pressed down.
209 Return the bitmask of modifier keys which were pressed when this event
215 also have to remember to test that none of the other modifiers is pressed
[all...]
H A Dwizevt.tex43 \twocolitem{{\bf EVT\_WIZARD\_HELP(id, func)}}{The wizard help button was pressed.}
44 \twocolitem{{\bf EVT\_WIZARD\_FINISHED(id, func)}}{The wizard finished button was pressed.}
H A Dcolordlg.tex62 Shows the dialog, returning wxID\_OK if the user pressed OK, and wxID\_CANCEL
H A Dfdrepdlg.tex35 \twocolitem{{\bf EVT\_FIND(id, func)}}{Find button was pressed in the dialog.}
36 \twocolitem{{\bf EVT\_FIND\_NEXT(id, func)}}{Find next button was pressed in the dialog.}
37 \twocolitem{{\bf EVT\_FIND\_REPLACE(id, func)}}{Replace button was pressed in the dialog.}
38 \twocolitem{{\bf EVT\_FIND\_REPLACE\_ALL(id, func)}}{Replace all button was pressed in the dialog.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dmcs_touchkey.c63 unsigned int pressed; local
72 pressed = (val & (1 << chip->pressbit)) >> chip->pressbit;
74 pressed ^= chip->press_invert;
77 if (pressed) {
87 input_report_key(input, data->key_code, pressed);
91 pressed ? "pressed" : "released");
H A Dlocomokbd.c121 * The LoCoMo keyboard only generates interrupts when a key is pressed.
122 * So when a key is pressed, we enable a timer. This timer scans the
146 unsigned int scancode, pressed, key; local
149 pressed = rowd & KB_ROWMASK(row);
152 input_report_key(locomokbd->input, key, pressed);
153 if (likely(!pressed))
160 * if it was pressed for more than a second. */
180 /* if any keys are pressed, enable the timer */
H A Daaed2000_kbd.c58 unsigned int scancode, pressed; local
63 pressed = rowd & KB_ROWMASK(row);
66 aaedkbd->keycode[scancode], pressed);
H A Dsamsung-keypad.c119 unsigned int pressed; local
134 pressed = row_state[col] & (1 << row);
138 pressed ? "pressed" : "released", row, col);
144 keypad->keycodes[val], pressed);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dchecklst.cpp51 bool pressed);
265 bool pressed)
267 if ( pressed && (event.GetKeyCode() == WXK_SPACE) )
270 return wxStdInputHandler::HandleKey(consumer, event, pressed);
263 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
H A Dcombobox.cpp58 bool pressed);
524 bool pressed)
526 if ( pressed )
548 return wxStdInputHandler::HandleKey(consumer, event, pressed);
522 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
H A Dbutton.cpp54 bool pressed);
276 // releasing button after it had been pressed generates a click event
351 bool pressed)
361 return wxStdInputHandler::HandleKey(consumer, event, pressed);
367 // the button has 2 states: pressed and normal with the following
370 // normal -> left down -> capture mouse and go to pressed state
371 // pressed -> left up inside -> generate click -> go to normal
414 // we only have to do something when the mouse leaves/enters the pressed
418 // leaving the button should remove its pressed state
424 // we do have a pressed butto
349 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
[all...]
H A Dspinbutt.cpp378 bool pressed)
380 if ( pressed )
404 return wxStdInputHandler::HandleKey(consumer, event, pressed);
376 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/io/
H A Dkbdif.h57 uint8_t pressed; /* 1 if pressed; 0 otherwise */ member in struct:xenkbd_key
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/quickstart/
H A Dquickstart.c52 * 0x02 - A hot button was pressed while device was off/sleeping.
53 * 0x80 - A hot button was pressed while device was up. */
65 struct quickstart_btn *pressed; member in struct:quickstart_driver_data
145 (quickstart_data.pressed?quickstart_data.pressed->name:"none"));
159 quickstart_data.pressed = NULL;
224 quickstart_data.pressed = quickstart->btn;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Deeti_ts.c71 unsigned int x, y, res, pressed, to = 100; local
90 pressed = buf[0] & REPORT_BIT_PRESSED;
110 input_report_key(priv->input, BTN_TOUCH, !!pressed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-3m-pct.c129 bool pressed = false, released = false; local
159 pressed = true;
186 if (pressed)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dbarhintspl.cpp120 void cbBarHintsPlugin::Draw3DBox( wxDC& WXUNUSED(dc), const wxPoint& WXUNUSED(pos), bool WXUNUSED(pressed) )
124 void cbBarHintsPlugin::DrawCloseBox( wxDC& WXUNUSED(dc), const wxPoint& WXUNUSED(pos), bool WXUNUSED(pressed) )
129 bool WXUNUSED(atLeft), bool WXUNUSED(disabled), bool WXUNUSED(pressed) )

Completed in 130 milliseconds

1234