Window Events
From codeTank
The following events are implemented in the current version of Brain Damage. Brain Damage reserves all future events of the format on* (all lowercase). If you would like to have a user-defined event, it must not start with on (lowercase).
- onevent
- oncreate
- onclose
- onkeydown
- onkeyup
- onchar
- onmousemove
- onmouseover
- onmouseout
- onmousedown
- onmouseup
- onclick
- ondblclick
- onmousewheel
- onsizing
- onmoving
- onsize
- onmove
- onfocus
- onblur
- onpaint
- onerasebkgnd
- ontimer
- onsettext
- onpushed (buttons only)
- onunpushed (buttons only)
- onchange (edits only)
- onhscroll (edits only)
- onmaxtext (edits only)
- onupdate (edits only)
- onvscroll (edits only)

