Home
last modified time | relevance | path

Searched refs:numberPad3 (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.h246 static const int numberPad3; /**< key-code for the 3 on the numeric keypad. */ variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.h246 static const int numberPad3; /**< key-code for the 3 on the numeric keypad. */ variable
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DJucePluginWindow.hpp158 else if (juceKeyCode == KeyPress::numberPad3) vstKeyValue = 27; in keyPressed()
281 else if (juceKeyCode == KeyPress::numberPad3) vst3KeyCode = 27; in keyPressed()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1093 const int KeyPress::numberPad3 = 0x30023;
H A Djuce_android_Windowing.cpp1650 const int KeyPress::numberPad3 = extendedKeyModifier + 30; member in juce::KeyPress
H A Djuce_mac_NSViewComponentPeer.mm1222 '2', KeyPress::numberPad2, '3', KeyPress::numberPad3,
2306 const int KeyPress::numberPad3 = 0x30023;
H A Djuce_win32_Windowing.cpp712 const int KeyPress::numberPad3 = VK_NUMPAD3 | extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1076 const int KeyPress::numberPad3 = 0x30023;
H A Djuce_mac_NSViewComponentPeer.mm1285 '2', KeyPress::numberPad2, '3', KeyPress::numberPad3,
2409 const int KeyPress::numberPad3 = 0x30023;
H A Djuce_android_Windowing.cpp1743 const int KeyPress::numberPad3 = extendedKeyModifier + 30; member in juce::KeyPress
H A Djuce_win32_Windowing.cpp810 const int KeyPress::numberPad3 = VK_NUMPAD3 | extendedKeyModifier; member in juce::KeyPress
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp290 const int KeyPress::numberPad3 = (XK_KP_3 & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp326 const int KeyPress::numberPad3 = (XK_KP_3 & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress