JUCE
|
Classes | |
class | ActiveXControlComponent |
A Windows-specific class that can create and embed an ActiveX control inside itself. More... | |
class | AndroidViewComponent |
An Android-specific class that can create and embed a View inside itself. More... | |
class | NSViewComponent |
A Mac-specific class that can create and embed an NSView inside itself. More... | |
class | ScopedDPIAwarenessDisabler |
A Windows-specific class that temporarily sets the DPI awareness context of the current thread to be DPI unaware and resets it to the previous context when it goes out of scope. More... | |
class | UIViewComponent |
An iOS-specific class that can create and embed an UIView inside itself. More... | |
class | XEmbedComponent |
A Linux-specific class that can embed a foreign X11 widget. More... | |
Functions | |
bool | juce_handleXEmbedEvent (ComponentPeer *, void *) |
unsigned long | juce_getCurrentFocusWindow (ComponentPeer *) |
bool juce_handleXEmbedEvent | ( | ComponentPeer * | , |
void * | |||
) |
unsigned long juce_getCurrentFocusWindow | ( | ComponentPeer * | ) |