#1010: NSPoint/CGpoint =>NaN --------------------------------------+------------------------------------- Reporter: zalavariandris@… | Owner: lsansonetti@… Type: defect | Status: new Priority: trivial | Milestone: Component: MacRuby | Keywords: NSPoint, CGPoint, 32Bit, NaN, NSEVent --------------------------------------+------------------------------------- Changes (by lsansonetti@…): * milestone: MacRuby 0.8 => Comment: Indeed: {{{ $ ./miniruby -e "framework 'Cocoa'; p NSEvent.mouseLocation" #<CGPoint x=1113.0 y=728.0> $ arch -i386 ./miniruby -e "framework 'Cocoa'; p NSEvent.mouseLocation" #<NSPoint x=NaN y=NaN> }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1010#comment:2> MacRuby <http://macruby.org/>