Skip to content

Event

Abstract base class for event types.

Not intended for direct use.

Properties

handled bool

cpp
bool handled { false }

Indicates whether the event has been handled.

Functions

GetType() EventType virtual

cpp
virtual EventType vglx::Event::GetType() const

Returns event type.

Released under the MIT License.