JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_EventLoop_linux.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  juce
 
namespace  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.
 
void juce::LinuxEventLoop::unregisterFdCallback (int fd)
 Unregisters a previously registered file descriptor.