Home
last modified time | relevance | path

Searched defs:Keycode (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/keyboard/
H A Dkeycode.rs11 pub enum Keycode { enum
249 impl Keycode { implementation
250 pub fn from_i32(n: i32) -> Option<Keycode> { in from_i32()
497 impl fmt::Display for Keycode { implementation
505 impl Keycode { implementation
507 pub fn from_scancode(scancode: Scancode) -> Option<Keycode> { in from_scancode()
517 pub fn from_name(name: &str) -> Option<Keycode> { in from_name()
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/keyboard/
H A Dkeycode.rs11 pub enum Keycode { enum
249 impl Keycode { impl
250 pub fn from_i32(n: i32) -> Option<Keycode> { in from_i32()
497 impl fmt::Display for Keycode { implementation
505 impl Keycode { implementation
507 pub fn from_scancode(scancode: Scancode) -> Option<Keycode> { in from_scancode()
517 pub fn from_name(name: &str) -> Option<Keycode> { in from_name()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/xkbcommon-0.4.0/src/xkb/
H A Dmod.rs52 pub type Keycode = u32; typedef
804 pub fn min_keycode(&self) -> Keycode { in min_keycode()
812 pub fn max_keycode(&self) -> Keycode { in max_keycode()
819 pub fn key_for_each<F>(&self, closure: F) where F: FnMut(&Keymap, Keycode) { in key_for_each() argument
831 data: *mut raw::c_void) where F: FnMut(&Keymap, Keycode) { in key_for_each() argument
1008 pub fn num_levels_for_key(&self, key: Keycode, layout: LayoutIndex) -> LevelIndex { in num_levels_for_key()
1025 pub fn key_get_syms_by_level<'a>(&'a self, key: Keycode, in key_get_syms_by_level()
1218 key: Keycode, in update_key()
1359 pub fn key_get_level(&self, key: Keycode, layout: LayoutIndex) in key_get_level()
1461 pub fn mod_index_is_consumed(&self, key: Keycode, idx: ModIndex) in mod_index_is_consumed()
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xkbcommon-0.4.0/src/xkb/
H A Dmod.rs52 pub type Keycode = u32; typedef
804 pub fn min_keycode(&self) -> Keycode { in min_keycode()
812 pub fn max_keycode(&self) -> Keycode { in max_keycode()
819 pub fn key_for_each<F>(&self, closure: F) where F: FnMut(&Keymap, Keycode) { in key_for_each() argument
831 data: *mut raw::c_void) where F: FnMut(&Keymap, Keycode) { in key_for_each() argument
1008 pub fn num_levels_for_key(&self, key: Keycode, layout: LayoutIndex) -> LevelIndex { in num_levels_for_key()
1025 pub fn key_get_syms_by_level<'a>(&'a self, key: Keycode, in key_get_syms_by_level()
1218 key: Keycode, in update_key()
1359 pub fn key_get_level(&self, key: Keycode, layout: LayoutIndex) in key_get_level()
1461 pub fn mod_index_is_consumed(&self, key: Keycode, idx: ModIndex) in mod_index_is_consumed()
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-util-0.3.0/src/
H A Dkeysyms.rs20 pub fn get_keysym(&self, keycode: xcb::Keycode, col: i32) -> xcb::Keysym { in get_keysym()
78 fn next(&mut self) -> Option<xcb::Keycode> { in next()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/
H A DDriverPrimitive.h159 KEYBOARD::KeySymbol Keycode() const { return m_keycode; } in Keycode() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/controllers/
H A DControllerFeature.h46 KEYBOARD::KeySymbol Keycode() const { return m_keycode; } in Keycode() function
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DVirtKeys.c1276 CheckForVirtualKey(Display *Dsp, KeyCode Keycode, in CheckForVirtualKey()
1352 XmTranslateKey(Display *Dsp, KeyCode Keycode, in XmTranslateKey()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Devents.h59 enum Keycode { enum
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Devents.h59 enum Keycode { enum
/dports/net/tinyfugue/tf-50b8/src/
H A Doutput.c256 typedef struct Keycode { struct
258 } Keycode; argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/actions/
H A Dset_form_field_value_action_unittest.cc178 TEST_F(SetFormFieldValueActionTest, Keycode) { in TEST_F() argument
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Doutput.c267 typedef struct Keycode { struct
269 } Keycode; argument
/dports/graphics/ogre3d/ogre-1.11.6/Components/Bites/include/
H A DOgreInput.h43 typedef int Keycode; typedef
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rio/showevent/
H A DShowEvent.c372 static char *Keycode(ev) in Keycode() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rio/
H A Dprintevent.c424 Keycode(XKeyEvent *ev) in Keycode() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/actions/
H A Dset_form_field_value_action_unittest.cc196 TEST_F(SetFormFieldValueActionTest, Keycode) { in TEST_F() argument
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Input/
H A DKeycode.cs17 public enum Keycode enum
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxkb.rs7545first_key_sym: xproto::Keycode, n_key_syms: u8, first_key_action: xproto::Keycode, n_key_actions: … in get_map()
8236min_key_code: xproto::Keycode, max_key_code: xproto::Keycode, first_type: u8, n_types: u8, first_k… in set_map()
9953 …vels: u8, indicators: u32, group_names: B, n_radio_groups: u8, first_key: xproto::Keycode, n_keys:… in set_names()
12766first_key_sym: xproto::Keycode, n_key_syms: u8, first_key_action: xproto::Keycode, n_key_actions: … in xkb_get_map()
12774min_key_code: xproto::Keycode, max_key_code: xproto::Keycode, first_type: u8, n_types: u8, first_k… in xkb_set_map()
12830 …vels: u8, indicators: u32, group_names: B, n_radio_groups: u8, first_key: xproto::Keycode, n_keys:… in xkb_set_names()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxkb.rs7545first_key_sym: xproto::Keycode, n_key_syms: u8, first_key_action: xproto::Keycode, n_key_actions: … in get_map()
8236min_key_code: xproto::Keycode, max_key_code: xproto::Keycode, first_type: u8, n_types: u8, first_k… in set_map()
9953 …vels: u8, indicators: u32, group_names: B, n_radio_groups: u8, first_key: xproto::Keycode, n_keys:… in set_names()
12766first_key_sym: xproto::Keycode, n_key_syms: u8, first_key_action: xproto::Keycode, n_key_actions: … in xkb_get_map()
12774min_key_code: xproto::Keycode, max_key_code: xproto::Keycode, first_type: u8, n_types: u8, first_k… in xkb_set_map()
12830 …vels: u8, indicators: u32, group_names: B, n_radio_groups: u8, first_key: xproto::Keycode, n_keys:… in xkb_set_names()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/peripheral/
H A DPeripheralUtils.h932 const std::string& Keycode(void) const { return m_keycode; } in Keycode() function
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/xproto/
H A Dxproto.go3446 type Keycode byte type
7259 func changeKeyboardMappingRequest(c *xgb.Conn, KeycodeCount byte, FirstKeycode Keycode, KeysymsPerK…
9546 func GetKeyboardMapping(c *xgb.Conn, FirstKeycode Keycode, Count byte) GetKeyboardMappingCookie {
9554 func GetKeyboardMappingUnchecked(c *xgb.Conn, FirstKeycode Keycode, Count byte) GetKeyboardMappingC…
9608 func getKeyboardMappingRequest(c *xgb.Conn, FirstKeycode Keycode, Count byte) []byte {
13974 func SetModifierMapping(c *xgb.Conn, KeycodesPerModifier byte, Keycodes []Keycode) SetModifierMappi…
13982 func SetModifierMappingUnchecked(c *xgb.Conn, KeycodesPerModifier byte, Keycodes []Keycode) SetModi…
14026 func setModifierMappingRequest(c *xgb.Conn, KeycodesPerModifier byte, Keycodes []Keycode) []byte {
14512 func UngrabKey(c *xgb.Conn, Key Keycode, GrabWindow Window, Modifiers uint16) UngrabKeyCookie {
14520 func UngrabKeyChecked(c *xgb.Conn, Key Keycode, GrabWindow Window, Modifiers uint16) UngrabKeyCooki…
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/vendor/github.com/BurntSushi/xgb/xproto/
H A Dxproto.go3446 type Keycode byte type
7259 func changeKeyboardMappingRequest(c *xgb.Conn, KeycodeCount byte, FirstKeycode Keycode, KeysymsPerK…
9546 func GetKeyboardMapping(c *xgb.Conn, FirstKeycode Keycode, Count byte) GetKeyboardMappingCookie {
9554 func GetKeyboardMappingUnchecked(c *xgb.Conn, FirstKeycode Keycode, Count byte) GetKeyboardMappingC…
9608 func getKeyboardMappingRequest(c *xgb.Conn, FirstKeycode Keycode, Count byte) []byte {
13974 func SetModifierMapping(c *xgb.Conn, KeycodesPerModifier byte, Keycodes []Keycode) SetModifierMappi…
13982 func SetModifierMappingUnchecked(c *xgb.Conn, KeycodesPerModifier byte, Keycodes []Keycode) SetModi…
14026 func setModifierMappingRequest(c *xgb.Conn, KeycodesPerModifier byte, Keycodes []Keycode) []byte {
14512 func UngrabKey(c *xgb.Conn, Key Keycode, GrabWindow Window, Modifiers uint16) UngrabKeyCookie {
14520 func UngrabKeyChecked(c *xgb.Conn, Key Keycode, GrabWindow Window, Modifiers uint16) UngrabKeyCooki…
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-0.4.0/src/
H A Devent.rs1022 pub enum Keycode { enum
1384 pub fn key_code(&self) -> Keycode { in key_code()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-0.3.0/src/
H A Devent.rs1022 pub enum Keycode { enum
1384 pub fn key_code(&self) -> Keycode { in key_code()

12