Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <WinEvent.hpp>
Public Member Functions | |
WindowEvent (uint16_t type, const jau::fraction_timespec &when, const WindowRef &source) noexcept | |
std::string | toString () const noexcept |
![]() | |
WTEvent (uint16_t type, const jau::fraction_timespec &when, const WindowRef &source) noexcept | |
constexpr bool | consumed () const noexcept |
Consumed events will stop traversing through listener. | |
constexpr void | setConsumed (bool v) noexcept |
Consumed events will stop traversing through listener. | |
constexpr const WindowWeakPtr & | source () const noexcept |
std::string | toString () const noexcept |
constexpr uint16_t | type () const noexcept |
constexpr const jau::fraction_timespec & | when () const noexcept |
Definition at line 42 of file WinEvent.hpp.
|
inlinenoexcept |
Definition at line 59 of file WinEvent.hpp.
|
inlinenoexcept |