V-Gears 0
Free Final Fantasy VII engine.
InputManager::BindInfo Struct Reference

A command binding. More...

Collaboration diagram for InputManager::BindInfo:

Public Member Functions

 BindInfo ()
 Constructor. More...
 

Public Attributes

ConfigCmdcmd
 The bind command. More...
 
Ogre::StringVector params
 The command parameters. More...
 
ButtonList buttons
 The buttons bond to the command. More...
 

Detailed Description

A command binding.

Constructor & Destructor Documentation

◆ BindInfo()

InputManager::BindInfo::BindInfo ( )
inline

Constructor.

Member Data Documentation

◆ buttons

ButtonList InputManager::BindInfo::buttons

The buttons bond to the command.

◆ cmd

ConfigCmd* InputManager::BindInfo::cmd

The bind command.

◆ params

Ogre::StringVector InputManager::BindInfo::params

The command parameters.


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