List of EVENTS of MaxGUI

BlitzMax Forums/BlitzMax Programming/List of EVENTS of MaxGUI

Where is the list of the EVENTS of MAXGui?

thats every event:

EVENT_APPMASK   
EVENT_APPSUSPEND   
EVENT_APPRESUME   
EVENT_APPTERMINATE   
EVENT_APPOPENFILE   

EVENT_KEYMASK   
EVENT_KEYDOWN   
EVENT_KEYUP   
EVENT_KEYCHAR   

EVENT_MOUSEMASK   
EVENT_MOUSEDOWN   
EVENT_MOUSEUP   
EVENT_MOUSEMOVE   
EVENT_MOUSEWHEEL   
EVENT_MOUSEENTER   
EVENT_MOUSELEAVE   

EVENT_TIMERMASK   
EVENT_TIMERTICK   

EVENT_HOTKEYMASK   
EVENT_HOTKEYHIT   

EVENT_GADGETMASK   
EVENT_GADGETACTION   
EVENT_GADGETPAINT   
EVENT_GADGETSELECT   
EVENT_GADGETMENU   
EVENT_GADGETOPEN   
EVENT_GADGETCLOSE   
EVENT_GADGETDONE   

EVENT_WINDOWMASK   
EVENT_WINDOWMOVE   
EVENT_WINDOWSIZE   
EVENT_WINDOWCLOSE   
EVENT_WINDOWACTIVATE   
EVENT_WINDOWACCEPT   

EVENT_MENUMASK  
EVENT_MENUACTION 


Edit: Just dont ask me what they do.

The list is in the help of your MaxIDE. As only a few of those event are featured by every gadget type, you better check there, to see which event can be checked on which gadget.

In the built in help, double click on "Event Objects" in the "Modules" section of the help index.

Double-F1-ing on the word "TEvent" and then scrolling up does the trick.