Home
last modified time | relevance | path

Searched refs:F26Key (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.h232 static const int F26Key; /**< key-code for the F26 key */ variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.h232 static const int F26Key; /**< key-code for the F26 key */ variable
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DJucePluginWindow.hpp144 else if (juceKeyCode == KeyPress::F26Key) break; in keyPressed()
267 else if (juceKeyCode == KeyPress::F26Key) break; in keyPressed()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1080 const int KeyPress::F26Key = 0x201a;
H A Djuce_android_Windowing.cpp1637 const int KeyPress::F26Key = extendedKeyModifier + 59; member in juce::KeyPress
H A Djuce_mac_NSViewComponentPeer.mm2292 const int KeyPress::F26Key = NSF26FunctionKey;
H A Djuce_win32_Windowing.cpp698 const int KeyPress::F26Key = 0x31001; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1063 const int KeyPress::F26Key = 0x201a;
H A Djuce_android_Windowing.cpp1730 const int KeyPress::F26Key = extendedKeyModifier + 59; member in juce::KeyPress
H A Djuce_mac_NSViewComponentPeer.mm2395 const int KeyPress::F26Key = NSF26FunctionKey;
H A Djuce_win32_Windowing.cpp796 const int KeyPress::F26Key = 0x31001; member in juce::KeyPress
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp277 const int KeyPress::F26Key = (XK_F26 & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp313 const int KeyPress::F26Key = (XK_F26 & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress