Home
last modified time | relevance | path

Searched refs:ButtonPress (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_tree.py47 (EventType.ButtonPress, -1, 4, -5),
48 (EventType.ButtonPress, -1, 5, 5))
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_misc.py284 ButtonPress = '4' variable in MiscTest.test_eventtype_enum.CheckedEventType
285 Button = ButtonPress
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.cpp502 case ButtonPress: in processEvent()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp268 case ButtonPress: in handleEvent()
/third_party/python/Lib/idlelib/
H A Dtree.py77 EventType.ButtonPress: event.num == 4}
H A Dautocomplete_w.py14 HIDE_SEQUENCES = (HIDE_FOCUS_OUT_SEQUENCE, "<ButtonPress>")
307 elif event.type == EventType.ButtonPress:
308 # ButtonPress event only bind to self.widget
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-x.c418 while (!(e.type == ButtonPress && e.xbutton.button == Button1) && in main()
H A Drpng2-x.c148 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
/third_party/python/Lib/tkinter/
H A D__init__.py175 ButtonPress = '4' variable in EventType
176 Button = ButtonPress
219 ButtonPress, ButtonRelease, Motion, Enter, Leave, MouseWheel - for mouse events
231 num - mouse button pressed (ButtonPress, ButtonRelease)
236 state - state of the event as a number (ButtonPress, ButtonRelease,
244 (ButtonPress, ButtonRelease, KeyPress, KeyRelease, Motion)
246 (ButtonPress, ButtonRelease, KeyPress, KeyRelease, Motion)
1419 ButtonPress, Button, Expose, Motion, ButtonRelease
1423 Leave and DETAIL is the button number for ButtonPress,
1620 # number of button: ButtonPress an
[all...]
/third_party/glfw/src/
H A Dx11_window.c1356 case ButtonPress: in processEvent()

Completed in 17 milliseconds