Home
last modified time | relevance | path

Searched refs:numberPad4 (Results 1 – 13 of 13) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.h247 static const int numberPad4; /**< key-code for the 4 on the numeric keypad. */ variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.h247 static const int numberPad4; /**< key-code for the 4 on the numeric keypad. */ variable
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DJucePluginWindow.hpp159 else if (juceKeyCode == KeyPress::numberPad4) vstKeyValue = 28; in keyPressed()
282 else if (juceKeyCode == KeyPress::numberPad4) vst3KeyCode = 28; in keyPressed()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1094 const int KeyPress::numberPad4 = 0x30024;
H A Djuce_android_Windowing.cpp1651 const int KeyPress::numberPad4 = extendedKeyModifier + 31; member in juce::KeyPress
H A Djuce_mac_NSViewComponentPeer.mm1223 '4', KeyPress::numberPad4, '5', KeyPress::numberPad5,
2307 const int KeyPress::numberPad4 = 0x30024;
H A Djuce_win32_Windowing.cpp713 const int KeyPress::numberPad4 = VK_NUMPAD4 | extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1077 const int KeyPress::numberPad4 = 0x30024;
H A Djuce_mac_NSViewComponentPeer.mm1286 '4', KeyPress::numberPad4, '5', KeyPress::numberPad5,
2410 const int KeyPress::numberPad4 = 0x30024;
H A Djuce_android_Windowing.cpp1744 const int KeyPress::numberPad4 = extendedKeyModifier + 31; member in juce::KeyPress
H A Djuce_win32_Windowing.cpp811 const int KeyPress::numberPad4 = VK_NUMPAD4 | extendedKeyModifier; member in juce::KeyPress
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp291 const int KeyPress::numberPad4 = (XK_KP_4 & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp327 const int KeyPress::numberPad4 = (XK_KP_4 & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress