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

Normalized two-axis stick state. More...

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

Public Attributes

float x = 0.0F
 Horizontal axis in the inclusive range [-1.0, 1.0].
 
float y = 0.0F
 Vertical axis in the inclusive range [-1.0, 1.0].
 

Detailed Description

Normalized two-axis stick state.


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