Nebula
Loading...
Searching...
No Matches
inputpriority.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
12#include "core/types.h"
13
14//------------------------------------------------------------------------------
15namespace Input
16{
18{
19public:
20 enum Code
21 {
22 DynUi = 0,
26 };
27};
28
29} // namespace Input
30//------------------------------------------------------------------------------
31
Input priorities for input handlers.
Definition inputpriority.h:18
Code
Definition inputpriority.h:21
@ Game
Definition inputpriority.h:24
@ Gui
Definition inputpriority.h:23
@ DynUi
Definition inputpriority.h:22
@ Other
Definition inputpriority.h:25
FIXME!