dplug.window.carbonwindow

Members

Aliases

CarbonScopedCallback
alias CarbonScopedCallback = ScopedForeignCallback!(true, true)
Undocumented in source.
kern_return_t
alias kern_return_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mach_timebase_info_t
alias mach_timebase_info_t = mach_timebase_info_data_t*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

CarbonWindow
class CarbonWindow
Undocumented in source.

Functions

eventCallback
OSStatus eventCallback(EventHandlerCallRef pHandlerCall, EventRef pEvent, void* user)
Undocumented in source. Be warned that the author may not have intended to support it.
machTicksPerSecond
long machTicksPerSecond()
Undocumented in source. Be warned that the author may not have intended to support it.
machTicksPerSecond
long machTicksPerSecond()
Undocumented in source. Be warned that the author may not have intended to support it.
mach_absolute_time
ulong mach_absolute_time()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mach_absolute_time
ulong mach_absolute_time()
Undocumented in source. Be warned that the author may not have intended to support it.
mach_timebase_info
kern_return_t mach_timebase_info(mach_timebase_info_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timerCallback
void timerCallback(EventLoopTimerRef pTimer, void* user)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

mach_timebase_info_data_t
struct mach_timebase_info_data_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Guillaume Piolat