add a NONE user action, for internal stuff, ie running actions without direct user interaction (from anotehr action etc)

This commit is contained in:
Dana Jansens 2003-09-26 17:30:32 +00:00
parent 224927a7ae
commit a51d2082bd

View file

@ -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,