C++ Complementary Library
This is the base class of all GUI event classes.
Constructs an event with the given event type.
The type of this event.
Copy-constructs an event from an existing one.
The event to copy from.
Copy-assigns an event into this one.
The event to copy from.
Move-constructs an event from an existing one.
The event to move from.
Move-assigns an event into this one.
The event to move from.
Returns the event type of this event.
Copyright © 2022-2025 Daniel T. McGinnis