Home
last modified time | relevance | path

Searched defs:xkb_state (Results 1 – 25 of 83) sorted by relevance

1234

/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/xkbcommon-0.4.0/src/xkb/
H A Dffi.rs12 pub enum xkb_state {} enum
289 pub fn xkb_state_unref(state: *mut xkb_state); in xkb_state_unref()
300 pub fn xkb_state_update_mask(state: *mut xkb_state, in xkb_state_update_mask()
331 pub fn xkb_state_serialize_mods(state: *mut xkb_state, in xkb_state_serialize_mods()
335 pub fn xkb_state_serialize_layout(state: *mut xkb_state, in xkb_state_serialize_layout()
339 pub fn xkb_state_mod_name_is_active(state: *mut xkb_state, in xkb_state_mod_name_is_active()
345 pub fn xkb_state_mod_names_are_active(state: *mut xkb_state, in xkb_state_mod_names_are_active()
350 pub fn xkb_state_mod_index_is_active(state: *mut xkb_state, in xkb_state_mod_index_is_active()
355 pub fn xkb_state_mod_index_are_active(state: *mut xkb_state, in xkb_state_mod_index_are_active()
384 pub fn xkb_state_led_name_is_active(state: *mut xkb_state, in xkb_state_led_name_is_active()
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xkbcommon-0.4.0/src/xkb/
H A Dffi.rs12 pub enum xkb_state {} enum
289 pub fn xkb_state_unref(state: *mut xkb_state); in xkb_state_unref()
300 pub fn xkb_state_update_mask(state: *mut xkb_state, in xkb_state_update_mask()
331 pub fn xkb_state_serialize_mods(state: *mut xkb_state, in xkb_state_serialize_mods()
335 pub fn xkb_state_serialize_layout(state: *mut xkb_state, in xkb_state_serialize_layout()
339 pub fn xkb_state_mod_name_is_active(state: *mut xkb_state, in xkb_state_mod_name_is_active()
345 pub fn xkb_state_mod_names_are_active(state: *mut xkb_state, in xkb_state_mod_names_are_active()
350 pub fn xkb_state_mod_index_is_active(state: *mut xkb_state, in xkb_state_mod_index_is_active()
355 pub fn xkb_state_mod_index_are_active(state: *mut xkb_state, in xkb_state_mod_index_are_active()
384 pub fn xkb_state_led_name_is_active(state: *mut xkb_state, in xkb_state_led_name_is_active()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/wayland/
H A Dgdkkeys-wayland.c52 struct xkb_state *xkb_state; member
329 struct xkb_state *xkb_state; in gdk_wayland_keymap_translate_keyboard_state() local
370 struct xkb_state *xkb_state = GDK_WAYLAND_KEYMAP (keymap)->xkb_state; in gdk_wayland_keymap_get_modifier_state() local
383 struct xkb_state *xkb_state; in gdk_wayland_keymap_add_virtual_modifiers() local
421 struct xkb_state *xkb_state; in gdk_wayland_keymap_map_virtual_modifiers() local
665 struct xkb_state *xkb_state; in _gdk_wayland_keymap_key_is_modifier() local
/dports/x11/florence/florence-0.6.3/src/
H A Dxkeyboard.h39 XkbStateRec xkb_state; /* Keyboard Status (get from XKB) */ member
/dports/graphics/clutter/clutter-1.26.4/clutter/evdev/
H A Dclutter-xkb-utils.c48 struct xkb_state *xkb_state, in _clutter_key_event_new_from_evdev()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-xkb-utils.c50 struct xkb_state *xkb_state, in _clutter_key_event_new_from_evdev()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/
H A Dgdkkeys-wayland.c52 struct xkb_state *xkb_state; member
316 struct xkb_state *xkb_state; in gdk_wayland_keymap_translate_keyboard_state() local
357 struct xkb_state *xkb_state = GDK_WAYLAND_KEYMAP (keymap)->xkb_state; in gdk_wayland_keymap_get_modifier_state() local
595 struct xkb_state *xkb_state; in _gdk_wayland_keymap_key_is_modifier() local
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/src/
H A Dstate.c94 struct xkb_state { struct
99 struct state_components components;
105 xkb_mod_mask_t set_mods;
106 xkb_mod_mask_t clear_mods;
132 get_entry_for_key_state(struct xkb_state *state, const struct xkb_key *key, in get_entry_for_key_state() argument
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/src/seat/keyboard/
H A Dstate.rs10 xkb_state: *mut ffi::xkb_state, field
66 fn update_with(&mut self, state: *mut ffi::xkb_state) { in update_with()
306 let xkb_state = (XKBH.xkb_state_new)(xkb_keymap); in post_init() localVariable
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/xkbcommon-0.4.0/src/xkb/x11/
H A Dffi.rs44 -> *mut xkb_state; in xkb_x11_state_new_from_device()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xkbcommon-0.4.0/src/xkb/x11/
H A Dffi.rs44 -> *mut xkb_state; in xkb_x11_state_new_from_device()
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-xkb-utils.c44 struct xkb_state *xkb_state, in meta_key_event_new_from_evdev()
H A Dmeta-input-device-native.c446 struct xkb_state *xkb_state; in update_internal_xkb_state() local
486 struct xkb_state *xkb_state; in update_stickykeys_event() local
565 struct xkb_state *xkb_state; in handle_stickykeys_press() local
612 struct xkb_state *xkb_state; in handle_stickykeys_release() local
856 struct xkb_state *xkb_state; in is_numlock_active() local
/dports/games/retroarch/RetroArch-1.9.7/input/drivers_keyboard/
H A Dkeyboard_event_xkb.c35 static struct xkb_state *xkb_state = NULL; variable
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xnest/
H A DKeyboard.c227 int xkb_state; in xnestUpdateModifierState() local
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xnest/
H A DKeyboard.c227 int xkb_state; in xnestUpdateModifierState() local
/dports/x11/showmethekey/showmethekey-1.5.0/showmethekey-gtk/
H A Dsmtk-keys-mapper.c14 struct xkb_state *xkb_state; member
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xnest/
H A DKeyboard.c233 int xkb_state; in xnestUpdateModifierState() local
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xnest/
H A DKeyboard.c233 int xkb_state; in xnestUpdateModifierState() local
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xnest/
H A DKeyboard.c233 int xkb_state; in xnestUpdateModifierState() local
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xnest/
H A DKeyboard.c233 int xkb_state; in xnestUpdateModifierState() local
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xnest/
H A DKeyboard.c233 int xkb_state; in xnestUpdateModifierState() local
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xnest/
H A DKeyboard.c233 int xkb_state; in xnestUpdateModifierState() local
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xnest/
H A DKeyboard.c233 int xkb_state; in xnestUpdateModifierState() local
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/scale/
H A Dscale-title-filter.cpp210 auto xkb_state = keyboard->xkb_state; in __anon900d84930602() local
415 void scale_title_filter_text::add_key(struct xkb_state *xkb_state, in add_key()

1234