yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::core::anonymous_namespace{controller.cc} Namespace Reference

Functions

void NewMasterFrame ()
 
void InitializeKeymap ()
 
void HandleKeyDown (SDL_Event &event, editor::EditorManager &editor)
 
void HandleKeyUp (SDL_Event &event, editor::EditorManager &editor)
 
void ChangeWindowSizeEvent (SDL_Event &event)
 
void HandleMouseMovement (int &wheel)
 

Variables

constexpr ImGuiWindowFlags kMainEditorFlags
 

Function Documentation

◆ NewMasterFrame()

void yaze::app::core::anonymous_namespace{controller.cc}::NewMasterFrame ( )

Definition at line 37 of file controller.cc.

References kMainEditorFlags, yaze::app::gui::kZeroPos, and NewMasterFrame().

Referenced by NewMasterFrame().

Here is the call graph for this function:

◆ InitializeKeymap()

void yaze::app::core::anonymous_namespace{controller.cc}::InitializeKeymap ( )

Definition at line 52 of file controller.cc.

References InitializeKeymap().

Referenced by InitializeKeymap().

Here is the call graph for this function:

◆ HandleKeyDown()

void yaze::app::core::anonymous_namespace{controller.cc}::HandleKeyDown ( SDL_Event & event,
editor::EditorManager & editor )

Definition at line 120 of file controller.cc.

References yaze::app::editor::EditorManager::emulator(), and HandleKeyDown().

Referenced by HandleKeyDown().

Here is the call graph for this function:

◆ HandleKeyUp()

void yaze::app::core::anonymous_namespace{controller.cc}::HandleKeyUp ( SDL_Event & event,
editor::EditorManager & editor )

Definition at line 176 of file controller.cc.

References yaze::app::editor::EditorManager::emulator(), and HandleKeyUp().

Referenced by HandleKeyUp().

Here is the call graph for this function:

◆ ChangeWindowSizeEvent()

void yaze::app::core::anonymous_namespace{controller.cc}::ChangeWindowSizeEvent ( SDL_Event & event)

Definition at line 228 of file controller.cc.

References ChangeWindowSizeEvent().

Referenced by ChangeWindowSizeEvent().

Here is the call graph for this function:

◆ HandleMouseMovement()

void yaze::app::core::anonymous_namespace{controller.cc}::HandleMouseMovement ( int & wheel)

Definition at line 234 of file controller.cc.

References HandleMouseMovement().

Referenced by HandleMouseMovement().

Here is the call graph for this function:

Variable Documentation

◆ kMainEditorFlags

ImGuiWindowFlags yaze::app::core::anonymous_namespace{controller.cc}::kMainEditorFlags
constexpr
Initial value:
=
ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoCollapse |
ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_MenuBar |
ImGuiWindowFlags_NoBringToFrontOnFocus | ImGuiWindowFlags_NoTitleBar

Definition at line 25 of file controller.cc.

Referenced by NewMasterFrame().