Joseph Austin

Results 3 issues of Joseph Austin

Just an somewhat minor FYI that the API for FXAccelTable gives an example of adding hotkeys like so accelTable.addAccel(hotKey, lambda { window.hide }) Actually that lambda needs to recieve 3...

A few features I've added that helped me in a non-document environment with a javascript game engine. Offering them if desirable. - stepDelta for when you don't need to generate...

In many cases it appears that exceptions getting thrown within a do block will cause the program to hang, instead of reporting the backtrace. It then continuously increases in memory...