Home
last modified time | relevance | path

Searched refs:KeyPress (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_misc.py281 KeyPress = '2' variable in MiscTest.test_eventtype_enum.CheckedEventType
282 Key = KeyPress
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_rendering.c310 case KeyPress: in main()
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.cpp598 case KeyPress: in processEvent()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp295 case KeyPress: { in handleEvent()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-x.c419 !(e.type == KeyPress && /* v--- or 1 for shifted keys */ in main()
H A Drpng2-x.c149 (e.type == KeyPress && /* v--- or 1 for shifted keys */ \
/third_party/glfw/src/
H A Dx11_window.c1152 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__.py172 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