JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_linux_EventLoop.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 juce
 
 juce::LinuxEventLoop
 

Functions

void juce::LinuxEventLoop::registerFdCallback (int fd, std::function< void(int)> readCallback, short eventMask=1)
 Registers a callback that will be called when a file descriptor is ready for I/O. More...
 
void juce::LinuxEventLoop::unregisterFdCallback (int fd)
 Unregisters a previously registered file descriptor. More...