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

Mouse interaction configuration. More...

#include <dungeon_object_editor.h>

Public Attributes

bool left_click_select = true
 
bool right_click_context = true
 
bool middle_click_drag = false
 
bool drag_to_select = true
 
bool snap_drag_to_grid = true
 
int double_click_threshold = 500
 
int drag_threshold = 5
 

Detailed Description

Mouse interaction configuration.

Definition at line 332 of file dungeon_object_editor.h.

Member Data Documentation

◆ left_click_select

bool yaze::zelda3::MouseConfig::left_click_select = true

Definition at line 333 of file dungeon_object_editor.h.

◆ right_click_context

bool yaze::zelda3::MouseConfig::right_click_context = true

Definition at line 334 of file dungeon_object_editor.h.

◆ middle_click_drag

bool yaze::zelda3::MouseConfig::middle_click_drag = false

Definition at line 335 of file dungeon_object_editor.h.

◆ drag_to_select

bool yaze::zelda3::MouseConfig::drag_to_select = true

Definition at line 336 of file dungeon_object_editor.h.

◆ snap_drag_to_grid

bool yaze::zelda3::MouseConfig::snap_drag_to_grid = true

Definition at line 337 of file dungeon_object_editor.h.

◆ double_click_threshold

int yaze::zelda3::MouseConfig::double_click_threshold = 500

Definition at line 338 of file dungeon_object_editor.h.

◆ drag_threshold

int yaze::zelda3::MouseConfig::drag_threshold = 5

Definition at line 339 of file dungeon_object_editor.h.


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