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 |
Mouse interaction configuration.
Definition at line 332 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::left_click_select = true |
Definition at line 333 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::right_click_context = true |
Definition at line 334 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::middle_click_drag = false |
Definition at line 335 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::drag_to_select = true |
Definition at line 336 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::snap_drag_to_grid = true |
Definition at line 337 of file dungeon_object_editor.h.
| int yaze::zelda3::MouseConfig::double_click_threshold = 500 |
Definition at line 338 of file dungeon_object_editor.h.
| int yaze::zelda3::MouseConfig::drag_threshold = 5 |
Definition at line 339 of file dungeon_object_editor.h.