Trivially copyable wrapper around the clap-api provided clap_input_events
queue, for easier iterating.
More...
#include <mostlyharmless_InputEventContext.h>
Trivially copyable wrapper around the clap-api provided clap_input_events
queue, for easier iterating.
◆ InputEventContext()
mostly_harmless::events::InputEventContext::InputEventContext |
( |
const clap_input_events_t * | inputEventQueue | ) |
|
|
explicit |
- Parameters
-
inputEventQueue | The clap provided clap_input_events queue. |
◆ next()
const clap_event_header_t * mostly_harmless::events::InputEventContext::next |
( |
| ) |
|
|
nodiscardnoexcept |
Attempts to access the next event in the queue - note that this could be a nullptr.
- Returns
- The next event in the queue.
◆ operator++() [1/2]
Prefix increment - Advances the internal iterator to the next event in the queue.
◆ operator++() [2/2]
Postfix increment - Advances the internal iterator to the next event in the queue.
The documentation for this struct was generated from the following file: