mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Multi-touch handling changes for Component class. 64-bit VST keypress fix.
This commit is contained in:
parent
cf4ecfacac
commit
b317b47533
26 changed files with 426 additions and 415 deletions
|
|
@ -49,7 +49,7 @@ ModifierKeys& ModifierKeys::operator= (const ModifierKeys& other) noexcept
|
|||
|
||||
ModifierKeys ModifierKeys::currentModifiers;
|
||||
|
||||
const ModifierKeys ModifierKeys::getCurrentModifiers() noexcept
|
||||
ModifierKeys ModifierKeys::getCurrentModifiers() noexcept
|
||||
{
|
||||
return currentModifiers;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue