Variables#
- const carb::events::EventType omni::kit::kEventTypeWindowCreated
Application window created event type.
- const carb::events::EventType omni::kit::kEventTypeWindowDestroyed
Application window destroyed event type.
- const carb::events::EventType omni::kit::kEventTypeWindowShutdown
Application window shutdown event type.
- const carb::events::EventType omni::kit::kEventTypeWindowStartup
Application window startup event type.
- const auto omni::kit::kGlobalEventFactoryWindowCreated
Event that is dispatched when a window is created (deferred)
- const auto omni::kit::kGlobalEventFactoryWindowCreatedImmediate
Event that is dispatched when a window is created (immediate)
- const auto omni::kit::kGlobalEventFactoryWindowDestroyed
Event that is dispatched when a window is destroyed (deferred)
- const auto omni::kit::kGlobalEventFactoryWindowDestroyedImmediate
Event that is dispatched when a window is destroyed (immediate)
- const auto omni::kit::kGlobalEventFactoryWindowShutdown
Event that is dispatched when a window is destroyed (deferred)
- const auto omni::kit::kGlobalEventFactoryWindowShutdownImmediate
Event that is dispatched when a window is destroyed (immediate)
- const auto omni::kit::kGlobalEventFactoryWindowStartup
Event that is dispatched when a window is started (deferred)
- const auto omni::kit::kGlobalEventFactoryWindowStartupImmediate
Event that is dispatched when a window is started (immediate)
- const auto omni::kit::kGlobalEventWindowClose
Event that is dispatched when a window is closed.
- const auto omni::kit::kGlobalEventWindowContentScale
Event that is dispatched when content scale changes for a window (deferred)
- const auto omni::kit::kGlobalEventWindowContentScaleImmediate
Event that is dispatched when content scale changes for a window (immediate)
- const auto omni::kit::kGlobalEventWindowDrop
Event that is dispatched when a drag-and-drop event completes for a window (deferred)
- const auto omni::kit::kGlobalEventWindowDropImmediate
Event that is dispatched when a drag-and-drop event completes for a window (immediate)
- const auto omni::kit::kGlobalEventWindowFocus
Event that is dispatched when focus changes for a window (deferred)
- const auto omni::kit::kGlobalEventWindowFocusImmediate
Event that is dispatched when focus changes for a window (immediate)
- const auto omni::kit::kGlobalEventWindowMinimize
Event that is dispatched when minimize state changes for a window (deferred)
- const auto omni::kit::kGlobalEventWindowMinimizeImmediate
Event that is dispatched when minimize state changes for a window (immediate)
- const auto omni::kit::kGlobalEventWindowMove
Event that is dispatched when a window moves (deferred)
- const auto omni::kit::kGlobalEventWindowMoveImmediate
Event that is dispatched when a window moves (immediate)
- const auto omni::kit::kGlobalEventWindowResize
Event that is dispatched when a window resizes (deferred)
- const auto omni::kit::kGlobalEventWindowResizeImmediate
Event that is dispatched when a window resizes (immediate)
- constexpr const uint64_t omni::kit::kPositionCentered
- constexpr const uint64_t omni::kit::kPositionUnset
- constexpr char omni::kit::kWindowAlwaysOnTopPath
Whether application window is always on top.
- constexpr char omni::kit::kWindowBlockAllInputPath
If application window blocks all input device.
- constexpr char omni::kit::kWindowChildWindowsOnTopPath
Whether child windows are on top.
- constexpr char omni::kit::kWindowCursorBlinkPath
If cursor blinks.
- constexpr char omni::kit::kWindowDpiScaleOverridePath
DPI scale overrides value.
- constexpr char omni::kit::kWindowEnabledPath
Whether application window is enabled.
- constexpr char omni::kit::kWindowFullscreenPath
Whether application window is fullscreen.
- constexpr char omni::kit::kWindowHeightPath
Height of application window.
- constexpr char omni::kit::kWindowHideMouseInFullscreenPath
Whether application window hides mouse in fullscreen mode.
- constexpr char omni::kit::kWindowIconPath
Icon path of the application window.
- constexpr char omni::kit::kWindowMaximizedPath
Whether application window is maximized.
- constexpr char omni::kit::kWindowNoDecorationsPath
Whether application window has no decorations.
- constexpr char omni::kit::kWindowNoResizePath
Whether application window not allows resize.
- constexpr char omni::kit::kWindowScaleToMonitorPath
Whether application window DPI is scaled with monitor DPI.
- constexpr char omni::kit::kWindowTitlePath
Title of the application window.
- constexpr char omni::kit::kWindowWidthPath
Width of application window.
- constexpr char omni::kit::kWindowXPath
The x coordinate of the window.
- constexpr char omni::kit::kWindowYPath
The y coordinate of the window.
- constexpr char omni::kit::kpWindowHeightPath
previous saved height of application window.
- constexpr char omni::kit::kpWindowMaximizedPath
previous saved state of whether application window is maximized.
- constexpr char omni::kit::kpWindowWidthPath
previous saved width of application window.