|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
Factory for creating KeyboardEvent instances. More...
#include <headers/utility/event/keyboard_event.hpp>


Public Member Functions | |
| std::shared_ptr< Event > | create (void) const override |
| Create a KeyboardEvent as a base Event pointer. | |
| std::shared_ptr< KeyboardEvent > | createTyped (void) const |
| Create a strongly-typed KeyboardEvent. | |
Factory for creating KeyboardEvent instances.
Definition at line 521 of file keyboard_event.hpp.
|
overridevirtual |
Create a KeyboardEvent as a base Event pointer.
Implements utility::event::Event::AbstractFactory.
Definition at line 30 of file keyboard_event.cpp.
| std::shared_ptr< KeyboardEvent > utility::event::KeyboardEvent::Factory::createTyped | ( | void | ) | const |
Create a strongly-typed KeyboardEvent.
Definition at line 36 of file keyboard_event.cpp.