Home
last modified time | relevance | path

Searched refs:key_use (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/edge/Edge-1.35-source/src/
H A De_input.h90 extern int key_use;
H A De_input.cc80 int key_use; variable
436 if (E_IsKeyPressed(key_use)) in E_BuildTiccmd()
H A Dm_misc.cc210 {CFGT_Key, "key_use", &key_use, CFGDEF_KEY_USE},
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dm_controls.c37 int key_use = ' '; variable
215 M_BindIntVariable("key_use", &key_use); in M_BindBaseControls()
H A Dm_controls.h28 extern int key_use;
H A Dm_config.c399 CONFIG_VARIABLE_KEY(key_use),
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dm_controls.c42 int key_use = ' '; variable
249 M_BindIntVariable("key_use", &key_use); in M_BindBaseControls()
H A Dm_controls.h33 extern int key_use;
H A Dm_config.c438 CONFIG_VARIABLE_KEY(key_use),
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/picky-6.2.0/src/jose/
H A Djwk.rs159 pub key_use: Option<JwkPubKeyUse>, field
204 key_use: None, in new()
/dports/games/prboom/prboom-2.5.0/src/
H A Dg_game.h105 extern int key_use;
/dports/net/krill/krill-0.9.4/cargo-crates/openidconnect-2.1.0/src/core/
H A Djwk.rs139 fn key_use(&self) -> Option<&CoreJsonWebKeyUse> { in key_use() method
164 if let Some(key_use) = self.key_use() { in verify_signature()
165 if *key_use != CoreJsonWebKeyUse::Signature { in verify_signature()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/setup/
H A Dkeyboard.c38 &key_use, &key_strafe, &key_speed, &key_jump,
404 AddKeyControl(window, "Use", &key_use); in ConfigKeyboard()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dg_game.h109 extern int key_use;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dg_game.h121 extern int key_use;
H A Dd_main.c186 if (ev->data1 != key_use && ev->data1 != key_demo_skip) in D_PostEvent()
260 if (!gamekeydown[key_use]) in D_Display()
271 if (!doSkip || !gamekeydown[key_use]) in D_Display()
/dports/games/heretic/glheretic-1.2/
H A Dm_misc.c367 extern long key_fire, key_use, key_strafe, key_speed;
450 { "key_use", &key_use, ' ', 1 },
H A Dg_game.c125 long key_fire, key_use, key_strafe, key_speed; variable
403 if (gamekeydown[key_use] || joybuttons[joybuse] ) in G_BuildTiccmd()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/setup/
H A Dkeyboard.c41 &key_use, &key_strafe, &key_speed, &key_jump,
481 AddKeyControl(window, "Use", &key_use); in ConfigKeyboard()
/dports/games/uhexen/uhexen-0.601/src/
H A Dm_misc.c410 extern int key_fire, key_use, key_strafe, key_speed;
477 { "key_use", &key_use, KEY_RCTRL, 1 },
H A Dg_game.c98 int key_fire, key_use, key_strafe, key_speed, speed_lock; variable
629 if (gamekeydown[key_use] || joybuttons[joybuse] ) in G_BuildTiccmd()
H A Dmn_menu.c136 extern int key_fire, key_use, key_strafe, key_speed;
180 &key_strafe, &key_jump, &key_speed, &key_use, &key_fire, &key_useartifact,
/dports/net/krill/krill-0.9.4/cargo-crates/openidconnect-2.1.0/src/
H A Dverification.rs423 (key.key_use().is_none() || in verified_claims()
424 key.key_use().iter().any( in verified_claims()
425 |key_use| key_use.allows_signature() in verified_claims()
/dports/games/libretro-prboom/libretro-prboom-cc80175/libretro/
H A Dlibretro.c141 { &key_use, &key_menu_enter }, // RETRO_DEVICE_ID_JOYPAD_A
178 { &key_use, &key_menu_enter }, // RETRO DEVICE_ID_JOYPAD_Y
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dmdstore.py494 key_use = key.get("use")
498 if "use" not in key or key_use == use:

12