[javascript-dev] Re: Re: jsui was a mistake.
Wesley Smith
wesley.hoke at gmail.com
Thu Oct 4 16:30:09 MDT 2007
- Previous message: [javascript-dev] Re: Re: jsui was a mistake.
- Next message: [javascript-dev] Re: jsui was a mistake.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There's an example in the jit.gl.lua download for listener stuff. It currently takes a string argument. I've been meaning to change this to take an actual lua function but haven't got around to it. wes On 10/4/07, Thijs Koerselman <thijskoerselman at gmail.com> wrote: > > >> - there is no equivalent to jitter listener in jit.gl.lua. afaik. You have to manually connect the mouse events of the window to jit.gl.lua > > > Not true! > > > listener = jit.listener(this.drawto, callbackfunc); > > Oops my bad! Don't know how I missed that one... > > Thijs > _______________________________________________ > javascript-dev mailing list > javascript-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/javascript-dev >
- Previous message: [javascript-dev] Re: Re: jsui was a mistake.
- Next message: [javascript-dev] Re: jsui was a mistake.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
