|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
This is the complete list of members for utility::event::PalmEvent, including all inherited members.
| Event(void)=default | utility::event::Event | |
| getAim(void) const noexcept | utility::event::HandEvent | |
| getGrip(void) const noexcept | utility::event::HandEvent | |
| getGripSurface(void) const noexcept | utility::event::HandEvent | |
| getHandType(void) const noexcept | utility::event::HandEvent | |
| getPose(void) const noexcept | utility::event::HandEvent | |
| HandEvent(void) | utility::event::HandEvent | explicit |
| HandType enum name | utility::event::HandEvent | |
| PalmEvent(void) | utility::event::PalmEvent | explicit |
| setAim(const graphic::PoseF &aim) noexcept | utility::event::HandEvent | |
| setGrip(const graphic::PoseF &grip) noexcept | utility::event::HandEvent | |
| setGripSurface(const graphic::PoseF &gripSurface) noexcept | utility::event::HandEvent | |
| setHandType(const HandType handType) noexcept | utility::event::HandEvent | |
| setPose(const graphic::PoseF &pose) noexcept | utility::event::HandEvent | |
| ~Event(void)=default | utility::event::Event | virtual |
| ~HandEvent(void) override | utility::event::HandEvent | virtual |
| ~PalmEvent(void) override | utility::event::PalmEvent |