Scroll wheel behavior configuration. More...
#include <dungeon_object_editor.h>
Public Attributes | |
| bool | enabled = true |
| int | sensitivity = 1 |
| int | min_size = 0x00 |
| int | max_size = 0xFF |
| bool | wrap_around = false |
| bool | smooth_scrolling = true |
| int | smooth_factor = 2 |
Scroll wheel behavior configuration.
Definition at line 353 of file dungeon_object_editor.h.
| bool yaze::zelda3::ScrollWheelConfig::enabled = true |
Definition at line 354 of file dungeon_object_editor.h.
| int yaze::zelda3::ScrollWheelConfig::sensitivity = 1 |
Definition at line 355 of file dungeon_object_editor.h.
| int yaze::zelda3::ScrollWheelConfig::min_size = 0x00 |
Definition at line 356 of file dungeon_object_editor.h.
| int yaze::zelda3::ScrollWheelConfig::max_size = 0xFF |
Definition at line 357 of file dungeon_object_editor.h.
| bool yaze::zelda3::ScrollWheelConfig::wrap_around = false |
Definition at line 358 of file dungeon_object_editor.h.
| bool yaze::zelda3::ScrollWheelConfig::smooth_scrolling = true |
Definition at line 359 of file dungeon_object_editor.h.
| int yaze::zelda3::ScrollWheelConfig::smooth_factor = 2 |
Definition at line 360 of file dungeon_object_editor.h.