nCine 2025.07.r505-7e70e87
A cross-platform 2D game engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
ncine::Application::GuiSettings Struct Reference

GUI settings (for ImGui and Nuklear) that can be changed at run-time. More...

#include <Application.h>

Collaboration diagram for ncine::Application::GuiSettings:
Collaboration graph
[legend]

Public Attributes

uint16_t imguiLayer
 ImGui drawable node layer.
 
uint16_t nuklearLayer
 Nuklear drawable node layer.
 
ViewportimguiViewport
 ImGui viewport.
 
ViewportnuklearViewport
 Nuklear viewport.
 

Detailed Description

GUI settings (for ImGui and Nuklear) that can be changed at run-time.

Member Data Documentation

◆ imguiViewport

Viewport* ncine::Application::GuiSettings::imguiViewport

ImGui viewport.

Note
The viewport should mirror the screen dimensions or mouse input would not work. Setting nullptr is the same as setting the screen

◆ nuklearViewport

Viewport* ncine::Application::GuiSettings::nuklearViewport

Nuklear viewport.

Note
The viewport should mirror the screen dimensions or mouse input would not work. Setting nullptr is the same as setting the screen

The documentation for this struct was generated from the following files: