Home
last modified time | relevance | path

Searched refs:has_buttons (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/
H A Dintel-vbtn.c69 bool has_buttons; member
116 if (priv->has_buttons) { in intel_vbtn_input_setup()
156 if (!priv->has_buttons) { in notify_handler()
266 bool has_buttons, has_switches; in intel_vbtn_probe() local
271 has_buttons = acpi_has_method(handle, "VBDL"); in intel_vbtn_probe()
274 if (!has_buttons && !has_switches) { in intel_vbtn_probe()
284 priv->has_buttons = has_buttons; in intel_vbtn_probe()
300 if (has_buttons) { in intel_vbtn_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/
H A Dintel-vbtn.c69 bool has_buttons; member
116 if (priv->has_buttons) { in intel_vbtn_input_setup()
156 if (!priv->has_buttons) { in notify_handler()
266 bool has_buttons, has_switches; in intel_vbtn_probe() local
271 has_buttons = acpi_has_method(handle, "VBDL"); in intel_vbtn_probe()
274 if (!has_buttons && !has_switches) { in intel_vbtn_probe()
284 priv->has_buttons = has_buttons; in intel_vbtn_probe()
300 if (has_buttons) { in intel_vbtn_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/
H A Dintel-vbtn.c69 bool has_buttons; member
116 if (priv->has_buttons) { in intel_vbtn_input_setup()
156 if (!priv->has_buttons) { in notify_handler()
266 bool has_buttons, has_switches; in intel_vbtn_probe() local
271 has_buttons = acpi_has_method(handle, "VBDL"); in intel_vbtn_probe()
274 if (!has_buttons && !has_switches) { in intel_vbtn_probe()
284 priv->has_buttons = has_buttons; in intel_vbtn_probe()
300 if (has_buttons) { in intel_vbtn_probe()
/dports/games/julius/julius-1.7.0/src/window/
H A Dpopup_dialog.c31 int has_buttons; member
46 data.has_buttons = has_ok_cancel_buttons; in init()
72 if (data.has_buttons) { in draw_foreground()
82 if (data.has_buttons && image_buttons_handle_mouse(mouse_in_dialog(m), 80, 80, buttons, 2, 0)) { in handle_input()
/dports/games/augustus/augustus-3.1.0/src/window/
H A Dpopup_dialog.c38 int has_buttons; member
57 data.has_buttons = has_ok_cancel_buttons; in init()
99 if (data.has_buttons) { in draw_foreground()
112 if (data.has_buttons && image_buttons_handle_mouse(mouse_in_dialog(m), 80, in handle_input()
/dports/audio/gmpc/gmpc-11.8.16/src/
H A Dtray-icon2.c453 static gboolean has_buttons = FALSE; variable
467 has_buttons = FALSE; in tray_icon2_tooltip_destroy()
475 if ((event == NULL || event->button == 3) && !has_buttons) in tray_icon2_tooltip_button_press_event()
485 has_buttons = TRUE; in tray_icon2_tooltip_button_press_event()
683 if (!has_buttons) in tray_icon2_create_tooltip_real()
890 if (has_buttons) in tray_icon2_create_tooltip_real()
892 has_buttons = FALSE; in tray_icon2_create_tooltip_real()
981 if (has_buttons) in tray_icon2_status_changed()
996 if (has_buttons) in tray_icon2_status_changed()
1011 if (has_buttons) in tray_icon2_status_changed()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dui_live.py107 has_buttons = (not no_buttons) and (
115 if has_buttons or (view.menubar is not None):
123 if (not no_buttons) and (has_buttons or view.help):
H A Dui_panel.py109 has_buttons = not is_subpanel and (
151 or has_buttons
169 if has_buttons:
/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dscripts.c30 int has_buttons = 0; in swf_AddButtonLinks() local
38 has_buttons = 1; in swf_AddButtonLinks()
93 if(stop_each_frame || has_buttons) { in swf_AddButtonLinks()
/dports/devel/libudev-devd/libudev-devd-0.5.0/
H A Dudev-utils.c458 bool has_keys, has_buttons, has_lmr, has_dpad, has_joy_axes; in create_evdev_handler() local
547 has_buttons = bit_find(key_bits, BTN_MISC, BTN_JOYSTICK); in create_evdev_handler()
557 if (has_mt && !has_buttons) { in create_evdev_handler()
562 has_buttons = true; in create_evdev_handler()
609 else if (bit_is_set(prp_bits, INPUT_PROP_POINTER) || has_rel_axes || has_abs_axes || has_buttons) in create_evdev_handler()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/config/
H A Ddevd.c240 size_t has_keys = 0, has_buttons = 0, has_lmr = 0, has_rel_axes = 0, has_abs_axes = 0, has_mt = 0; in get_evdev_flags() local
243 has_buttons = bits_calc(key_bits, BTN_MISC, BTN_JOYSTICK); in get_evdev_flags()
257 if (!has_buttons) { in get_evdev_flags()
265 ++has_buttons; in get_evdev_flags()
288 else if (has_rel_axes || has_abs_axes || has_buttons) in get_evdev_flags()
/dports/x11-servers/xephyr/xorg-server-1.20.13/config/
H A Ddevd.c240 size_t has_keys = 0, has_buttons = 0, has_lmr = 0, has_rel_axes = 0, has_abs_axes = 0, has_mt = 0; in get_evdev_flags() local
243 has_buttons = bits_calc(key_bits, BTN_MISC, BTN_JOYSTICK); in get_evdev_flags()
257 if (!has_buttons) { in get_evdev_flags()
265 ++has_buttons; in get_evdev_flags()
288 else if (has_rel_axes || has_abs_axes || has_buttons) in get_evdev_flags()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/config/
H A Ddevd.c240 size_t has_keys = 0, has_buttons = 0, has_lmr = 0, has_rel_axes = 0, has_abs_axes = 0, has_mt = 0; in get_evdev_flags() local
243 has_buttons = bits_calc(key_bits, BTN_MISC, BTN_JOYSTICK); in get_evdev_flags()
257 if (!has_buttons) { in get_evdev_flags()
265 ++has_buttons; in get_evdev_flags()
288 else if (has_rel_axes || has_abs_axes || has_buttons) in get_evdev_flags()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/config/
H A Ddevd.c240 size_t has_keys = 0, has_buttons = 0, has_lmr = 0, has_rel_axes = 0, has_abs_axes = 0, has_mt = 0; in get_evdev_flags() local
243 has_buttons = bits_calc(key_bits, BTN_MISC, BTN_JOYSTICK); in get_evdev_flags()
257 if (!has_buttons) { in get_evdev_flags()
265 ++has_buttons; in get_evdev_flags()
288 else if (has_rel_axes || has_abs_axes || has_buttons) in get_evdev_flags()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/config/
H A Ddevd.c240 size_t has_keys = 0, has_buttons = 0, has_lmr = 0, has_rel_axes = 0, has_abs_axes = 0, has_mt = 0; in get_evdev_flags() local
243 has_buttons = bits_calc(key_bits, BTN_MISC, BTN_JOYSTICK); in get_evdev_flags()
257 if (!has_buttons) { in get_evdev_flags()
265 ++has_buttons; in get_evdev_flags()
288 else if (has_rel_axes || has_abs_axes || has_buttons) in get_evdev_flags()
/dports/x11-servers/xwayland/xorg-server-1.20.13/config/
H A Ddevd.c240 size_t has_keys = 0, has_buttons = 0, has_lmr = 0, has_rel_axes = 0, has_abs_axes = 0, has_mt = 0; in get_evdev_flags() local
243 has_buttons = bits_calc(key_bits, BTN_MISC, BTN_JOYSTICK); in get_evdev_flags()
257 if (!has_buttons) { in get_evdev_flags()
265 ++has_buttons; in get_evdev_flags()
288 else if (has_rel_axes || has_abs_axes || has_buttons) in get_evdev_flags()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/config/
H A Ddevd.c240 size_t has_keys = 0, has_buttons = 0, has_lmr = 0, has_rel_axes = 0, has_abs_axes = 0, has_mt = 0; in get_evdev_flags() local
243 has_buttons = bits_calc(key_bits, BTN_MISC, BTN_JOYSTICK); in get_evdev_flags()
257 if (!has_buttons) { in get_evdev_flags()
265 ++has_buttons; in get_evdev_flags()
288 else if (has_rel_axes || has_abs_axes || has_buttons) in get_evdev_flags()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-information-panel.c61 gboolean has_buttons; member
239 information_panel->details->has_buttons = FALSE; in make_button_box()
746 information_panel->details->has_buttons = TRUE; in add_command_button()
811 information_panel->details->has_buttons = TRUE; in add_buttons_from_metadata()
844 if (information_panel->details->has_buttons) in caja_information_panel_update_buttons()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dui_live.py173 has_buttons = (not no_buttons) and (
180 if has_buttons or (view.menubar is not None):
211 if (not no_buttons) and (has_buttons or view.help):
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DMessageB.c953 Boolean has_buttons = False; in _XmMessageBoxGeoMatrixCreate() local
980 { has_buttons = True; in _XmMessageBoxGeoMatrixCreate()
990 if (has_buttons) in _XmMessageBoxGeoMatrixCreate()
1141 if( has_buttons ) in _XmMessageBoxGeoMatrixCreate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/gamepad/
H A Dgamepad_device_mac.mm168 bool has_buttons = AddButtons(gamepad);
171 return (has_buttons || has_axes);
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/gamepad/
H A Dgamepad_device_mac.mm172 bool has_buttons = AddButtons(gamepad);
175 return (has_buttons || has_axes);
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dworksheet.h2249 uint8_t has_buttons; member
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c11134 self->has_buttons = LXW_TRUE; in worksheet_insert_button()