AltspaceVR / AltspaceSDK

Software Development Kit for AltspaceVR
https://developer.altvr.com/
MIT License
161 stars 73 forks source link

Mouse-up event missed on drag-and-drop #36

Closed amberroy closed 9 years ago

amberroy commented 9 years ago

@L33TRice reported that in the DnD app, when dragging sometimes the cursor "escapes" the object and if the mouse-button is released, the drag will still continue. Possibly because we are listen for the mouse-up event on the object being dragged, which is no longer under the cursor.

amberroy commented 9 years ago

We should be able to fix this now that we have the new cursor events that are fired on the scene as well as the object.

GavanWilhite commented 9 years ago

Oh this is what you were referring too. Yeah we def need to. The more edge case of mousing up on the environment may be slightly more involved

On Mon, Aug 24, 2015 at 11:32 AM, Amber Roy notifications@github.com wrote:

We should be able to fix this now that we have the new cursor events that are fired on the scene as well as the object.

— Reply to this email directly or view it on GitHub https://github.com/AltspaceVR/AltspaceSDK/issues/36#issuecomment-134330512 .

amberroy commented 9 years ago

Fixed in PR #44