mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Couple of minor changes to Line and Graphics methods. Small fix for mouse event handling.
This commit is contained in:
parent
bab3c321c9
commit
0e59a56a51
15 changed files with 378 additions and 82 deletions
|
|
@ -148,6 +148,8 @@ public:
|
|||
if (buttonState == newButtonState)
|
||||
return false;
|
||||
|
||||
setScreenPos (screenPos, time, false);
|
||||
|
||||
// (ignore secondary clicks when there's already a button down)
|
||||
if (buttonState.isAnyMouseButtonDown() == newButtonState.isAnyMouseButtonDown())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue