Missing events

BlitzMax Forums/BlitzMax Programming/Missing events

Wasn't sure where to put this topic.

Some of the event IDs are missing from the documentation. A couple I've noticed are EVENT_GADGETLOSTFOCUS and EVENT_KEYREPEAT.

It does make me wonder how many other undocumented features there are. Maybe we could get a sticky thread somewhere for posting undocumented features as they're discovered.

It'll be more interesting to get more events anyway, like all the canvas-related events, but then for widgets. (So, a textfield, a button, whatever, would generate mousedown/up/move/leave/enter events and fill eventx/y/data etc.)