MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / getButtons

Method getButtons

inc/osvr/Connection/DeviceInitObject.h:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148 boost::optional<OSVR_ChannelCount> getAnalogs() const { return m_analogs; }
149 boost::optional<OSVR_ChannelCount> getButtons() const { return m_buttons; }
150 bool getTracker() const { return m_tracker; }
151 osvr::connection::ServerInterfaceList const &getServerInterfaces() const {
152 return m_serverInterfaces;

Callers 2

VrpnButtonServerMethod · 0.80
predicateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected