yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::FrameGuiBeginEvent Struct Reference

Published after ImGui::NewFrame and dockspace creation. More...

#include <core_events.h>

Inheritance diagram for yaze::editor::FrameGuiBeginEvent:
Collaboration diagram for yaze::editor::FrameGuiBeginEvent:

Static Public Member Functions

static FrameGuiBeginEvent Create (float dt)
 

Public Attributes

float delta_time = 0.0f
 

Additional Inherited Members

- Public Member Functions inherited from yaze::Event
virtual ~Event ()=default
 

Detailed Description

Published after ImGui::NewFrame and dockspace creation.

Use for operations that need a valid ImGui frame/window (e.g., DockBuilder).

Definition at line 446 of file core_events.h.

Member Function Documentation

◆ Create()

static FrameGuiBeginEvent yaze::editor::FrameGuiBeginEvent::Create ( float dt)
inlinestatic

Member Data Documentation

◆ delta_time

float yaze::editor::FrameGuiBeginEvent::delta_time = 0.0f

Definition at line 447 of file core_events.h.

Referenced by Create().


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