|
Anklang-0.3.0.dev712+gdc4e642f anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "trkn/juce.hh"#include "utils.hh"#include "main.hh"#include "internal.hh"#include "loop.hh"Go to the source code of this file.
Functions | |
| bool | juce::detail::dispatchNextMessageOnSystemQueue (bool returnIfNoPendingMessages) |
| void | juce::LinuxEventLoop::registerFdCallback (int fd, std::function< void(int)> func, short evmask=1) |
| Register event loop callback for fd events, uses <poll.h> constants. | |
| void | juce::LinuxEventLoop::unregisterFdCallback (int fd) |
| Unregister fd and its callback. | |
Definition at line 34 of file juce-linux.cc.
| void juce::LinuxEventLoop::registerFdCallback | ( | int | fd, |
| std::function< void(int)> | func, | ||
| short | evmask | ||
| ) |
Register event loop callback for fd events, uses <poll.h> constants.
Definition at line 102 of file juce-linux.cc.
References juce::LinuxEventLoop::registerFdCallback().
Referenced by juce::LinuxEventLoop::registerFdCallback().
| void juce::LinuxEventLoop::unregisterFdCallback | ( | int | fd | ) |
Unregister fd and its callback.
Definition at line 109 of file juce-linux.cc.
References juce::LinuxEventLoop::unregisterFdCallback().
Referenced by juce::LinuxEventLoop::unregisterFdCallback().