yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit Struct Reference
Collaboration diagram for yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit:

Public Attributes

ImGuiDataType data_type = ImGuiDataType_COUNT
 
InputScalarTargetIdentity target_identity
 
std::array< uint8_t, kMaxDeferredScalarBytescandidate = {}
 
std::array< uint8_t, kMaxDeferredScalarBytessource_model = {}
 
int last_seen_frame = -1
 
bool editing = false
 
bool commit_blocked = false
 

Detailed Description

Definition at line 303 of file input.cc.

Member Data Documentation

◆ data_type

ImGuiDataType yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit::data_type = ImGuiDataType_COUNT

◆ target_identity

InputScalarTargetIdentity yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit::target_identity

◆ candidate

std::array<uint8_t, kMaxDeferredScalarBytes> yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit::candidate = {}

◆ source_model

std::array<uint8_t, kMaxDeferredScalarBytes> yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit::source_model = {}

◆ last_seen_frame

int yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit::last_seen_frame = -1

◆ editing

bool yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit::editing = false

Definition at line 310 of file input.cc.

◆ commit_blocked

bool yaze::gui::anonymous_namespace{input.cc}::DeferredScalarEdit::commit_blocked = false

Definition at line 311 of file input.cc.


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