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

Published at the beginning of each frame (pre-ImGui). More...

#include <core_events.h>

Inheritance diagram for yaze::editor::FrameBeginEvent:
Collaboration diagram for yaze::editor::FrameBeginEvent:

Static Public Member Functions

static FrameBeginEvent 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 at the beginning of each frame (pre-ImGui).

Use for operations that do not require a valid ImGui frame.

Definition at line 431 of file core_events.h.

Member Function Documentation

◆ Create()

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

Member Data Documentation

◆ delta_time

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

Definition at line 432 of file core_events.h.

Referenced by Create().


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