JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::LinuxEventLoop Namespace Reference

Classes

struct  CallbackFunction
 
struct  CallbackFunctionBase
 

Functions

void removeWindowSystemFd () noexcept
 
template<typename FdCallbackFunction >
void setWindowSystemFd (int fd, FdCallbackFunction readCallback)
 
void setWindowSystemFdInternal (int fd, CallbackFunctionBase *readCallback) noexcept
 

Function Documentation

◆ removeWindowSystemFd()

void juce::LinuxEventLoop::removeWindowSystemFd ( )
noexcept

Referenced by setWindowSystemFd().

◆ setWindowSystemFd()

template<typename FdCallbackFunction >
void juce::LinuxEventLoop::setWindowSystemFd ( int  fd,
FdCallbackFunction  readCallback 
)

◆ setWindowSystemFdInternal()

void juce::LinuxEventLoop::setWindowSystemFdInternal ( int  fd,
CallbackFunctionBase readCallback 
)
noexcept

Referenced by setWindowSystemFd().