Searched defs:KeyEvent (Results 1 – 6 of 6) sorted by relevance
28 struct KeyEvent struct30 Key Code;31 bool Alt;32 bool Control;33 bool Shift;34 bool System;
16 class KeyEvent; variable
38 const KeyEvent = { variable
93 KEY_EVENT_RECORD KeyEvent; member
1483 gint BrowserWindowOsrGtk::KeyEvent(GtkWidget* widget, in KeyEvent() function in client::BrowserWindowOsrGtk