Home
last modified time | relevance | path

Searched refs:downKey (Results 1 – 25 of 145) sorted by relevance

123456

/dports/net/cjdns/cjdns-cjdns-v21.1/contrib/python/
H A DdynamicEndpoints.py270 downKey = p.group(1)
273 node = self.nodes.get(downKey,None)
278 PublicToIp6_convert(downKey)))
283 PublicToIp6_convert(downKey)))
286 self.unresponsive[downKey] = node
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/keyboard/
H A Djuce_TextEditorKeyMapper.h54 …if (key == KeyPress (KeyPress::downKey, ModifierKeys::ctrlModifier, 0) && target.scrollUp()) ret… in invokeKeyFunction()
61 if (key.isKeyCode (KeyPress::downKey)) return target.moveCaretToEnd (isShiftDown); in invokeKeyFunction()
84 if (key.isKeyCode (KeyPress::downKey)) return target.moveCaretDown (isShiftDown); in invokeKeyFunction()
H A Djuce_KeyPress.h199 static const int downKey; /**< key-code for the cursor-down key */ variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_TextEditorKeyMapper.h54 …if (key == KeyPress (KeyPress::downKey, ModifierKeys::ctrlModifier, 0) && target.scrollUp()) ret… in invokeKeyFunction()
61 if (key.isKeyCode (KeyPress::downKey)) return target.moveCaretToEnd (isShiftDown); in invokeKeyFunction()
84 if (key.isKeyCode (KeyPress::downKey)) return target.moveCaretDown (isShiftDown); in invokeKeyFunction()
H A Djuce_KeyPress.h199 static const int downKey; /**< key-code for the cursor-down key */ variable
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Input/
H A DInputState.cpp45 const std::vector<KeyDef> &upKey, const std::vector<KeyDef> &downKey) { in SetDPadKeys() argument
53 AppendKeys(dpadKeys, downKey); in SetDPadKeys()
H A DInputState.h163 const std::vector<KeyDef> &upKey, const std::vector<KeyDef> &downKey);
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Input/
H A DInputState.cpp45 const std::vector<KeyDef> &upKey, const std::vector<KeyDef> &downKey) { in SetDPadKeys() argument
53 AppendKeys(dpadKeys, downKey); in SetDPadKeys()
H A DInputState.h163 const std::vector<KeyDef> &upKey, const std::vector<KeyDef> &downKey);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Input/
H A DInputState.cpp45 const std::vector<KeyDef> &upKey, const std::vector<KeyDef> &downKey) { in SetDPadKeys() argument
53 AppendKeys(dpadKeys, downKey); in SetDPadKeys()
H A DInputState.h163 const std::vector<KeyDef> &upKey, const std::vector<KeyDef> &downKey);
/dports/games/xsoldier/xsoldier-1.8/
H A Dopening.c113 draw_string(300, 355, downKey, strlen(downKey)); in Opening()
H A Dinput.c47 downKey = SDL_GetKeyName(SDLK_DOWN); in input_init()
62 downKey = XKeysymToString(DownKey); in input_init()
H A Dextern.h58 EXTERN char *downKey; variable
/dports/x11-toolkits/qt5-gamepad/kde-qtgamepad-5.15.2p2/src/gamepad/
H A Dqgamepadkeynavigation.h57 Q_PROPERTY(Qt::Key downKey READ downKey WRITE setDownKey NOTIFY downKeyChanged)
80 Qt::Key downKey() const;
/dports/devel/govendor/govendor-1.0.9-6-gc5ee5dc/vendor/github.com/Bowery/prompt/
H A Dkeys_windows.go22 downKey = 0x28 const
/dports/cad/sumo/sumo-1.2.0/tools/game/
H A Dracing.py79 def downKey(event): function
223 root.bind('<Down>', downKey)
/dports/games/scorched3d/scorched/src/client/tankgraph/
H A DTankKeyboardControlUtil.cpp351 KeyboardKey *downKey = staticDownKey; in moveUpDown() local
361 downKey = staticUpKey; in moveUpDown()
371 bool downK = downKey->keyDown(buffer, keyState); in moveUpDown()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java74 protected KeyStroke downKey; field in BasicSplitPaneUI
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java74 protected KeyStroke downKey;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_ComboBox.cpp448 if (key == KeyPress::downKey || key == KeyPress::rightKey) in keyPressed()
469 || KeyPress::isKeyCurrentlyDown (KeyPress::downKey) in keyStateChanged()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_ComboBox.cpp448 if (key == KeyPress::downKey || key == KeyPress::rightKey) in keyPressed()
469 || KeyPress::isKeyCurrentlyDown (KeyPress::downKey) in keyStateChanged()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DKeyMappingsDemo.h131 result.addDefaultKeypress (KeyPress::downKey, 0); in getCommandInfo()
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DJucePluginWindow.hpp110 else if (juceKeyCode == KeyPress::downKey) vstKeyValue = 14; in keyPressed()
233 else if (juceKeyCode == KeyPress::downKey) vst3KeyCode = 14; in keyPressed()
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.h133 ::javax::swing::KeyStroke * downKey;

123456