AltspaceVR / AltspaceSDK

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

Events for Drag Behavior #176

Closed Enderthexen closed 7 years ago

Enderthexen commented 7 years ago

Changed the Drag Behavior to dispatch "dragstart" and "dragstop" events.

stevenvergenz commented 7 years ago

Everything looks good to me, but it's hard to know for sure without testing. Could you create an example that uses this?

Enderthexen commented 7 years ago

Yeah, I'd be happy to put a simple example together. Would you prefer that I comment a link to the example here or push another commit with the example?

stevenvergenz commented 7 years ago

Add it to the examples folder please :)

Enderthexen commented 7 years ago

Done!

brianpeiris commented 7 years ago

Made a few changes in #180:

Thanks for the contribution!