add new action types
This commit is contained in:
parent
66a26917a0
commit
6d58d84f22
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@
|
|||
Action_EnterWindow,
|
||||
Action_LeaveWindow,
|
||||
Action_KeyPress,
|
||||
Action_MouseMotion
|
||||
Action_MouseMotion,
|
||||
Action_NewWindow,
|
||||
Action_CloseWindow
|
||||
};
|
||||
enum WidgetType {
|
||||
Type_Frame,
|
||||
|
|
Loading…
Reference in a new issue