yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
canvas_helpers.h File Reference
Include dependency graph for canvas_helpers.h:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::gui
 Graphical User Interface (GUI) components for the application.
 

Functions

CanvasFrameOptions yaze::gui::MakeFrameOptions (ImVec2 size=ImVec2(0, 0), float grid_step=16.0f, bool draw_grid=true, bool draw_overlay=true, bool render_popups=true, bool draw_context_menu=false)
 
SelectorPanelOpts yaze::gui::MakeSelectorOpts (ImVec2 size, float grid_step, int tile_size, bool ensure_texture=true, bool render_popups=true)
 
PreviewPanelOpts yaze::gui::MakePreviewOpts (ImVec2 size, float grid_step=0.0f, bool ensure_texture=true, bool render_popups=false)
 
CanvasMenuActionHost yaze::gui::MakeMenuHostWithDefaults (const CanvasRuntime &rt, CanvasConfig &cfg)