Searched refs:KeyPress (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_misc.py | 281 KeyPress = '2' variable in MiscTest.test_eventtype_enum.CheckedEventType 282 Key = KeyPress
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | test_rendering.c | 310 case KeyPress: in main()
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 598 case KeyPress: in processEvent()
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 295 case KeyPress: { in handleEvent()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 419 !(e.type == KeyPress && /* v--- or 1 for shifted keys */ in main()
|
H A D | rpng2-x.c | 149 (e.type == KeyPress && /* v--- or 1 for shifted keys */ \
|
/third_party/glfw/src/ |
H A D | x11_window.c | 1152 if (event->type == KeyPress || event->type == KeyRelease) in processEvent() 1243 case KeyPress: in processEvent() 1322 // HACK: Key repeat events will arrive as KeyRelease/KeyPress in processEvent() 1331 if (next.type == KeyPress && in processEvent()
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 172 KeyPress = '2' variable in EventType 173 Key = KeyPress 218 KeyPress, KeyRelease - for keyboard events 235 keycode - keycode of the pressed key (KeyPress, KeyRelease) 237 Enter, KeyPress, KeyRelease, 244 (ButtonPress, ButtonRelease, KeyPress, KeyRelease, Motion) 246 (ButtonPress, ButtonRelease, KeyPress, KeyRelease, Motion) 247 char - pressed character (KeyPress, KeyRelease) 249 keysym - keysym of the event as a string (KeyPress, KeyRelease) 250 keysym_num - keysym of the event as a number (KeyPress, KeyReleas [all...] |
Completed in 14 milliseconds