add a NONE user action, for internal stuff, ie running actions without direct user interaction (from anotehr action etc)
This commit is contained in:
parent
224927a7ae
commit
a51d2082bd
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ typedef enum {
|
|||
} ObMouseAction;
|
||||
|
||||
typedef enum {
|
||||
OB_USER_ACTION_NONE, /* being fired from inside another action and such */
|
||||
OB_USER_ACTION_KEYBOARD_KEY,
|
||||
OB_USER_ACTION_MOUSE_PRESS,
|
||||
OB_USER_ACTION_MOUSE_RELEASE,
|
||||
|
|
Loading…
Reference in a new issue