Home
last modified time | relevance | path

Searched refs:F23Key (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.h229 static const int F23Key; /**< key-code for the F23 key */ variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.h229 static const int F23Key; /**< key-code for the F23 key */ variable
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DJucePluginWindow.hpp141 else if (juceKeyCode == KeyPress::F23Key) break; in keyPressed()
264 else if (juceKeyCode == KeyPress::F23Key) break; in keyPressed()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1077 const int KeyPress::F23Key = 0x2017;
H A Djuce_android_Windowing.cpp1634 const int KeyPress::F23Key = extendedKeyModifier + 56; member in juce::KeyPress
H A Djuce_mac_NSViewComponentPeer.mm2289 const int KeyPress::F23Key = NSF23FunctionKey;
H A Djuce_win32_Windowing.cpp695 const int KeyPress::F23Key = VK_F23 | extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1060 const int KeyPress::F23Key = 0x2017;
H A Djuce_android_Windowing.cpp1727 const int KeyPress::F23Key = extendedKeyModifier + 56; member in juce::KeyPress
H A Djuce_mac_NSViewComponentPeer.mm2392 const int KeyPress::F23Key = NSF23FunctionKey;
H A Djuce_win32_Windowing.cpp793 const int KeyPress::F23Key = VK_F23 | extendedKeyModifier; member in juce::KeyPress
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp274 const int KeyPress::F23Key = (XK_F23 & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp310 const int KeyPress::F23Key = (XK_F23 & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress