FrameBufferResizeEvent.ixx File
Event representing a change in the framebuffer size. More...
Included Headers
#include <cstdint>
#include <string>
#include <format>
#include <helios.util.Guid>
#include <helios.window.event.WindowEvent>
Namespaces Index
| namespace | helios |
| namespace | window |
| namespace | event |
Classes Index
| class | FrameBufferResizeEvent |
|
Event representing a change in the framebuffer's size. More... | |
Description
Event representing a change in the framebuffer size.
File Listing
The file content with the documentation metadata removed is:
17using namespace helios::window::event;
19export namespace helios::window::event {
29 class FrameBufferResizeEvent final : public WindowEvent {
52 util::Guid sourceGuid, int width, int height
54 WindowEvent(sourceGuid),
69 util::Guid sourceGuid,
72 WindowEvent(sourceGuid, tag),
81 sourceGuid.value(),
82 tag(),
83 width,
84 height
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.