Bugs
Object_OnDropFiles(files)
'files' returns with a NULL character at the end of the string that causes all preceeding text to not render if you use it in a text object.
Object_OnSetFocus() and Object_OnKillFocus() doesn't trigger in JScript.
System.Keystate() does behave as documented. It returns the value 3 in certains events. A key got the initial state of 0, when pressed 1, then when released 2. When the key is pressed again it will return 3 and then return 0 when the key is lifted again.
Feature Request
It would be nice if there was a function to detect whether DX is in edit mode of not. Example usage would be to display a menu where you can set properties of an object when you right click it.
Could we have the "Script" object documented? I'm curious on the differences of Script.Msgbox and Script.MsgboxEx