Home
last modified time | relevance | path

Searched refs:numberPadMultiply (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.cpp133 case '*': return KeyPress::numberPadMultiply; in getNumpadKeyCode()
262 … else if (keyCode == numberPadMultiply) desc << KeyPressHelpers::numberPadPrefix() << '*'; in getTextDescription()
H A Djuce_KeyPress.h256 …static const int numberPadMultiply; /**< key-code for the multiply sign on the numeric keypa… variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/keyboard/
H A Djuce_KeyPress.cpp133 case '*': return KeyPress::numberPadMultiply; in getNumpadKeyCode()
262 … else if (keyCode == numberPadMultiply) desc << KeyPressHelpers::numberPadPrefix() << '*'; in getTextDescription()
H A Djuce_KeyPress.h256 …static const int numberPadMultiply; /**< key-code for the multiply sign on the numeric keypa… variable
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DJucePluginWindow.hpp168 else if (juceKeyCode == KeyPress::numberPadMultiply) vstKeyValue = 34; in keyPressed()
291 else if (juceKeyCode == KeyPress::numberPadMultiply) vst3KeyCode = 34; in keyPressed()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/Unity/
H A Djuce_Unity_Wrapper.cpp242 …if (keyCode == 268) return { juce::KeyPress::numberPadMultiply, ModifierKeys::currentModifi… in getKeyPress()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1102 const int KeyPress::numberPadMultiply = 0x3002c;
H A Djuce_android_Windowing.cpp1659 const int KeyPress::numberPadMultiply = extendedKeyModifier + 39; member in juce::KeyPress
H A Djuce_mac_NSViewComponentPeer.mm1227 … '*', KeyPress::numberPadMultiply, '/', KeyPress::numberPadDivide,
2315 const int KeyPress::numberPadMultiply = 0x3002c;
H A Djuce_win32_Windowing.cpp721 const int KeyPress::numberPadMultiply = VK_MULTIPLY | extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm1085 const int KeyPress::numberPadMultiply = 0x3002c;
H A Djuce_mac_NSViewComponentPeer.mm1290 … '*', KeyPress::numberPadMultiply, '/', KeyPress::numberPadDivide,
2418 const int KeyPress::numberPadMultiply = 0x3002c;
H A Djuce_android_Windowing.cpp1752 const int KeyPress::numberPadMultiply = extendedKeyModifier + 39; member in juce::KeyPress
H A Djuce_win32_Windowing.cpp819 const int KeyPress::numberPadMultiply = VK_MULTIPLY | extendedKeyModifier; member in juce::KeyPress
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp299 const int KeyPress::numberPadMultiply = (XK_KP_Multiply & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp335 const int KeyPress::numberPadMultiply = (XK_KP_Multiply & 0xff) | Keys::extendedKeyModifier; member in juce::KeyPress