WindowEvent.ixx File
Abstract base class for window-related events. More...
Included Headers
#include <cstdint>
#include <helios.event.Event>
#include <helios.util.Guid>
Namespaces Index
| namespace | helios |
| namespace | window |
| namespace | event |
Classes Index
| class | WindowEvent |
Description
Abstract base class for window-related events.
File Listing
The file content with the documentation metadata removed is:
14export namespace helios::window::event {
22 class WindowEvent : public helios::event::Event {
30 explicit WindowEvent(helios::util::Guid sourceGuid):
31 sourceGuid(sourceGuid) {}
40 explicit WindowEvent(helios::util::Guid sourceGuid, uint64_t tag):
41 Event(tag), sourceGuid(sourceGuid) {}
49 const helios::util::Guid sourceGuid;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.