Home
last modified time | relevance | path

Searched refs:numberPadDivide (Results 1 – 16 of 16) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.cpp134 case '/': return KeyPress::numberPadDivide; in getNumpadKeyCode()
237 if (textCharacter == '/' && keyCode != numberPadDivide) in getTextDescription()
263 … else if (keyCode == numberPadDivide) desc << KeyPressHelpers::numberPadPrefix() << '/'; in getTextDescription()
H A Djuce_KeyPress.h257 …static const int numberPadDivide; /**< key-code for the divide sign on the numeric keypad.… variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.cpp134 case '/': return KeyPress::numberPadDivide; in getNumpadKeyCode()
237 if (textCharacter == '/' && keyCode != numberPadDivide) in getTextDescription()
263 … else if (keyCode == numberPadDivide) desc << KeyPressHelpers::numberPadPrefix() << '/'; in getTextDescription()
H A Djuce_KeyPress.h257 …static const int numberPadDivide; /**< key-code for the divide sign on the numeric keypad.… variable
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DJucePluginWindow.hpp169 else if (juceKeyCode == KeyPress::numberPadDivide) vstKeyValue = 39; in keyPressed()
292 else if (juceKeyCode == KeyPress::numberPadDivide) vst3KeyCode = 39; in keyPressed()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/Unity/
H A Djuce_Unity_Wrapper.cpp241 …if (keyCode == 267) return { juce::KeyPress::numberPadDivide, ModifierKeys::currentModifi… in getKeyPress()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1103 const int KeyPress::numberPadDivide = 0x3002d;
H A Djuce_android_Windowing.cpp1660 const int KeyPress::numberPadDivide = extendedKeyModifier + 40; member in juce::KeyPress
H A Djuce_mac_NSViewComponentPeer.mm1227 … '*', KeyPress::numberPadMultiply, '/', KeyPress::numberPadDivide,
2316 const int KeyPress::numberPadDivide = 0x3002d;
H A Djuce_win32_Windowing.cpp722 const int KeyPress::numberPadDivide = VK_DIVIDE | extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1086 const int KeyPress::numberPadDivide = 0x3002d;
H A Djuce_mac_NSViewComponentPeer.mm1290 … '*', KeyPress::numberPadMultiply, '/', KeyPress::numberPadDivide,
2419 const int KeyPress::numberPadDivide = 0x3002d;
H A Djuce_android_Windowing.cpp1753 const int KeyPress::numberPadDivide = extendedKeyModifier + 40; member in juce::KeyPress
H A Djuce_win32_Windowing.cpp820 const int KeyPress::numberPadDivide = VK_DIVIDE | extendedKeyModifier; member in juce::KeyPress
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp300 const int KeyPress::numberPadDivide = (XK_KP_Divide & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp336 const int KeyPress::numberPadDivide = (XK_KP_Divide & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress