Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::InputAction Struct Reference

#include <SceneInputActions.h>

Public Member Functions

 InputAction (DELEGATE< void, InputParams > action)
 
void displayName (const Str< 64 > &name)
 

Public Attributes

DELEGATE< void, InputParams_action
 
Str< 64 > _displayName
 

Detailed Description

Definition at line 112 of file SceneInputActions.h.

Constructor & Destructor Documentation

◆ InputAction()

Divide::InputAction::InputAction ( DELEGATE< void, InputParams action)
explicit

Definition at line 11 of file SceneInputActions.cpp.

Member Function Documentation

◆ displayName()

void Divide::InputAction::displayName ( const Str< 64 > &  name)

Definition at line 16 of file SceneInputActions.cpp.

Member Data Documentation

◆ _action

DELEGATE<void, InputParams> Divide::InputAction::_action

Definition at line 115 of file SceneInputActions.h.

◆ _displayName

Str<64> Divide::InputAction::_displayName

Definition at line 117 of file SceneInputActions.h.


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