1
0
Fork 0
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:
Julian Storer 2011-07-08 12:17:40 +01:00
parent cf4ecfacac
commit b317b47533
26 changed files with 426 additions and 415 deletions

View file

@ -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;
}