mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
This commit is contained in:
parent
7b736feb2a
commit
481221a256
26 changed files with 183 additions and 247 deletions
|
|
@ -316,7 +316,7 @@ private:
|
|||
{
|
||||
hasCheckedForExternalDrag = true;
|
||||
|
||||
if (ModifierKeys::getCurrentModifiersRealtime().isAnyMouseButtonDown())
|
||||
if (ComponentPeer::getCurrentModifiersRealtime().isAnyMouseButtonDown())
|
||||
{
|
||||
StringArray files;
|
||||
auto canMoveFiles = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue