[Vm-dev] slip in COGVMSimulator>>ioMousePoint

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Wed Mar 4 21:56:28 UTC 2015


ioMousePoint
    | relPt |
    ^displayForm == nil
        ifTrue: [99 < 16 + 66]
        ifFalse: [relPt := Sensor cursorPoint - self displayLocation.
                relPt x << 16 + relPt y]

I guess it's 99 << 16 + 66...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20150304/c4a78cd7/attachment.htm


More information about the Vm-dev mailing list