Home | History | Annotate | Download | only in platform

Lines Matching refs:PlatformKeyboardEvent

78     class PlatformKeyboardEvent {
102 PlatformKeyboardEvent()
167 PlatformKeyboardEvent(NSEvent*);
172 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
176 PlatformKeyboardEvent(GdkEventKey*);
186 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount,
193 PlatformKeyboardEvent(QKeyEvent*);
200 PlatformKeyboardEvent(wxKeyEvent&);
204 PlatformKeyboardEvent(BMessage*);
208 PlatformKeyboardEvent(AEEEvent, uint16, uint32, Type);
216 PlatformKeyboardEvent(const Evas_Event_Key_Down*);
217 PlatformKeyboardEvent(const Evas_Event_Key_Up*);