mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Couple of new methods for String. Cleaned up some component code to use SafePointers.
This commit is contained in:
parent
c9c8824294
commit
b974203d0f
22 changed files with 328 additions and 326 deletions
|
|
@ -59,7 +59,7 @@ public:
|
|||
|
||||
Component* getComponentUnderMouse() const
|
||||
{
|
||||
return const_cast<Component*> (static_cast <const Component*> (componentUnderMouse));
|
||||
return static_cast <Component*> (componentUnderMouse);
|
||||
}
|
||||
|
||||
const ModifierKeys getCurrentModifiers() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue