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

Optional behavior advertised by a gamepad profile. More...

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

Public Attributes

bool supports_adaptive_triggers = false
 Whether the profile supports adaptive trigger output.
 
bool supports_battery = false
 Whether the profile supports battery state.
 
bool supports_motion = false
 Whether the profile exposes motion sensors.
 
bool supports_rgb_led = false
 Whether the profile supports an RGB LED output.
 
bool supports_rumble = false
 Whether the profile supports rumble output.
 
bool supports_touchpad = false
 Whether the profile exposes touchpad input.
 

Detailed Description

Optional behavior advertised by a gamepad profile.


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