#include <vector>
Go to the source code of this file.
|
| enum class | controls_view_item {
type
, up
, right
, down
,
left
, action_1
, action_2
, action_3
,
action_4
, do_action
, next_action
} |
| | The items in the Controls dialog. More...
|
| |
◆ controls_view_item
The items in the Controls dialog.
| Enumerator |
|---|
| type | |
| up | |
| right | |
| down | |
| left | |
| action_1 | |
| action_2 | |
| action_3 | |
| action_4 | |
| do_action | |
| next_action | |
◆ get_all_controls_view_items()
◆ get_next()
◆ get_previous()
◆ test_controls_view_item()
| void test_controls_view_item |
( |
| ) |
|