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 366 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::left_click_select = true |
Definition at line 367 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::right_click_context = true |
Definition at line 368 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::middle_click_drag = false |
Definition at line 369 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::drag_to_select = true |
Definition at line 370 of file dungeon_object_editor.h.
| bool yaze::zelda3::MouseConfig::snap_drag_to_grid = true |
Definition at line 371 of file dungeon_object_editor.h.
| int yaze::zelda3::MouseConfig::double_click_threshold = 500 |
Definition at line 372 of file dungeon_object_editor.h.
| int yaze::zelda3::MouseConfig::drag_threshold = 5 |
Definition at line 373 of file dungeon_object_editor.h.