VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtAction Struct Reference

Detailed Description

This structure represents a logical action that can be triggered by an input device and processed by an action handler.

#include <vreInputManager.h>

Public Attributes

std::string group
 
std::string name
 
float value
 

Member Data Documentation

◆ group

std::string makVre::DtAction::group

Group name for categorizing actions (e.g., "movement", "combat")

◆ name

std::string makVre::DtAction::name

Name of the action to be performed.

◆ value

float makVre::DtAction::value

Intensity or value of the action (range typically -1.0 to 1.0)


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