Home
last modified time | relevance | path

Searched refs:x_button (Results 1 – 17 of 17) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/src/x/
H A Dxmousenu.c326 void _al_xwin_mouse_button_press_handler(int x_button, in _al_xwin_mouse_button_press_handler() argument
334 wheel_motion_handler(x_button, display); in _al_xwin_mouse_button_press_handler()
337 al_button = x_button_to_al_button(x_button); in _al_xwin_mouse_button_press_handler()
365 if (x_button == Button4) dz = 1; in wheel_motion_handler()
366 if (x_button == Button5) dz = -1; in wheel_motion_handler()
367 if (x_button == 6) dw = -1; in wheel_motion_handler()
368 if (x_button == 7) dw = 1; in wheel_motion_handler()
403 al_button = x_button_to_al_button(x_button); in _al_xwin_mouse_button_release_handler()
476 switch (x_button) { in x_button_to_al_button()
490 if (x_button >= 8 && x_button <= 36) { in x_button_to_al_button()
[all …]
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dactions.c111 action_check_button(unsigned char button, int x_button) in action_check_button() argument
115 D_ACTIONS(("Checking button %d vs x_button %d\n", button, x_button)); in action_check_button()
120 if ((button != BUTTON_ANY) && (button != x_button)) { in action_check_button()
H A Dactions.h94 extern unsigned char action_check_button(unsigned char button, int x_button);
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dactions.c111 action_check_button(unsigned char button, int x_button) in action_check_button() argument
115 D_ACTIONS(("Checking button %d vs x_button %d\n", button, x_button)); in action_check_button()
120 if ((button != BUTTON_ANY) && (button != x_button)) { in action_check_button()
H A Dactions.h94 extern unsigned char action_check_button(unsigned char button, int x_button);
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dactions.c111 action_check_button(unsigned char button, int x_button) in action_check_button() argument
115 D_ACTIONS(("Checking button %d vs x_button %d\n", button, x_button)); in action_check_button()
120 if ((button != BUTTON_ANY) && (button != x_button)) { in action_check_button()
H A Dactions.h94 extern unsigned char action_check_button(unsigned char button, int x_button);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/openxr/
H A Dopenxr_input_helper.cc77 base::Optional<GamepadButton> x_button = in GetXrStandardGamepad() local
79 if (x_button) in GetXrStandardGamepad()
80 builder.AddOptionalButtonData(x_button.value()); in GetXrStandardGamepad()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/openxr/
H A Dopenxr_input_helper.cc77 base::Optional<GamepadButton> x_button = in GetXrStandardGamepad() local
79 if (x_button) in GetXrStandardGamepad()
80 builder.AddOptionalButtonData(x_button.value()); in GetXrStandardGamepad()
/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Python/
H A DImagePlaneWidget.py286 x_button = tkinter.Button(ctrl_buttons, text="x", command=AlignXaxis) variable
289 x_button.bind("<Button-3>", lambda e: buttonEvent(e, 0))
293 for i in (quit_button, capture_button, x_button, y_button, z_button):
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Python/
H A DImagePlaneWidget.py278 x_button = Tkinter.Button(ctrl_buttons, text="x", command=AlignXaxis) variable
281 x_button.bind("<Button-3>", lambda e: buttonEvent(e, 0))
285 for i in (quit_button, capture_button, x_button, y_button, z_button):
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Tcl/
H A DImagePlaneWidget.tcl149 set x_button [button $ctrl_buttons.btn3 \
162 bind $x_button <Button-3> "set last_btn 0; configMenu; $popm post %X %Y"
182 pack $quit_button $capture_button $x_button $y_button $z_button \
H A DProbeWithSplineWidget.tcl247 set x_button [button $ctrl_buttons.btn2 \
260 bind $x_button <Button-3> "set last_btn 0; ConfigMenu; $popm post %X %Y"
279 pack $quit_button $x_button $y_button $z_button \
/dports/lang/yorick/yorick-y_2_2_04/play/x11/
H A Devents.c35 static int x_button(unsigned int button);
222 int btn = x_button(event.xbutton.button); in x_event()
379 x_button(unsigned int button) in x_button() function
/dports/sysutils/dunst/dunst-1.6.1/src/x11/
H A Dx.c412 static unsigned int x_mouse_button_to_linux_event_code(unsigned int x_button) in x_mouse_button_to_linux_event_code() argument
414 switch (x_button) { in x_mouse_button_to_linux_event_code()
422 LOG_W("Unsupported mouse button: '%d'", x_button); in x_mouse_button_to_linux_event_code()
/dports/net-im/dino/dino-0.2.2/main/src/ui/conversation_selector/
H A Dconversation_selector_row.vala21 [GtkChild] protected Button x_button;
100 x_button.clicked.connect(() => {
/dports/x11-wm/mutter/mutter-41.1/src/backends/x11/
H A Dmeta-seat-x11.c1745 evdev_button_code (uint32_t x_button) in evdev_button_code() argument
1749 switch (x_button) in evdev_button_code()
1766 button = x_button + (BTN_LEFT - 1) + 4; in evdev_button_code()