mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Sorted out some mac window maximising and ordering peculiarities. Fix for introjucer Xcode project generation. Added AudioIODeviceType::Listener class for monitoring audio device insertion/removal events (implemented for CoreAudio and WASAPI). Made TextEditor update its Value when it loses focus.
This commit is contained in:
parent
9537821a9f
commit
59f78f4cbe
18 changed files with 544 additions and 237 deletions
|
|
@ -572,7 +572,7 @@ public:
|
|||
DBG ("num NP wrapper objs: " + String (--numDOWNP));
|
||||
}
|
||||
|
||||
const var getProperty (const var::identifier& propertyName) const
|
||||
var getProperty (const var::identifier& propertyName) const
|
||||
{
|
||||
NPVariant result;
|
||||
VOID_TO_NPVARIANT (result);
|
||||
|
|
@ -610,8 +610,8 @@ public:
|
|||
return browser.hasmethod (npp, source, getIdentifierFromString (methodName));
|
||||
}
|
||||
|
||||
const var invokeMethod (const var::identifier& methodName,
|
||||
const var* parameters,
|
||||
var invokeMethod (const var::identifier& methodName,
|
||||
const var* parameters,
|
||||
int numParameters)
|
||||
{
|
||||
var returnVal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue