mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
This commit is contained in:
parent
192a3087a4
commit
7d0cf66fad
10 changed files with 34 additions and 34 deletions
|
|
@ -306,7 +306,7 @@ static void getModifierMapping() throw()
|
|||
|
||||
static int currentModifiers = 0;
|
||||
|
||||
void ModifierKeys::updateCurrentModifiers()
|
||||
void ModifierKeys::updateCurrentModifiers() throw()
|
||||
{
|
||||
currentModifierFlags = currentModifiers;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue