Ybalrid / Annwvyn

Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
MIT License
41 stars 7 forks source link

AnnHandControllerEvent : finish the event interface #144

Closed Ybalrid closed 6 years ago

Ybalrid commented 7 years ago

Currently, the event only holds a pointer to the controller.

Expose in the event class what need to be accessed, and no more

Ybalrid commented 7 years ago

Added an underscore to the name of the method that give you a raw pointer to a controller to mark it as advanced

Ybalrid commented 7 years ago

Added to the event methods to access standard things about the sate of a tracked "hand" controller and it's buttons, and it's typehash

Ybalrid commented 7 years ago

now need to adapt the chaiscript interface to use the actual events.

Ybalrid commented 7 years ago

Need to be tested against VR hardware now.

Ybalrid commented 6 years ago

it's working. closing.