mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Added 'new folder' button to save dialogs. Fixes for mouse position/popup menus, ComponentDragger, ComboBox.
This commit is contained in:
parent
709f573997
commit
76b128d90e
26 changed files with 488 additions and 470 deletions
|
|
@ -2806,7 +2806,7 @@ bool Desktop::canUseSemiTransparentWindows() throw()
|
|||
&& (matchedDepth == desiredDepth);
|
||||
}
|
||||
|
||||
const Point<int> Desktop::getRawMousePosition()
|
||||
const Point<int> MouseInputSource::getCurrentMousePosition()
|
||||
{
|
||||
Window root, child;
|
||||
int x, y, winx, winy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue