libvirtualhid 16
Cross-platform C++ library for virtual HID devices.
lvh::Vector3 Struct Reference

Normalized three-axis sensor state. More...

#include <src/include/libvirtualhid/types.hpp>

Public Attributes

float x = 0.0F
 X-axis value.
 
float y = 0.0F
 Y-axis value.
 
float z = 0.0F
 Z-axis value.
 

Detailed Description

Normalized three-axis sensor state.


The documentation for this struct was generated from the following file: