[jitter] Re: Tracking a mouse's co-ordinates inside a jit.window
bryanteoh
bryanteoh at gmail.com
Thu May 1 12:22:13 MDT 2008
- Previous message: [jitter] Re: Tracking a mouse's co-ordinates inside a jit.window
- Next message: [jitter] Re: Tracking a mouse's co-ordinates inside a jit.window
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
yes, when you go to fullscreen, send the coordinates to a [scale] object to confine the output to the same min and max coordinates that you were using in the pwindow. if the x/y of the first window was 320 240, and the x/y of fullscreen is 800 600, then you'll use two scales. for the x - [scale 0 800 0 320] y - [scale 0 600 0 240]
- Previous message: [jitter] Re: Tracking a mouse's co-ordinates inside a jit.window
- Next message: [jitter] Re: Tracking a mouse's co-ordinates inside a jit.window
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
