Antkeeper  0.0.1
Public Attributes | List of all members
input::action_active_event Struct Reference

Event generated while an action is active. More...

#include <action-events.hpp>

Public Attributes

actionaction {nullptr}
 Active action. More...
 
float input_value {0.0f}
 Control input value. More...
 

Detailed Description

Event generated while an action is active.

Definition at line 39 of file action-events.hpp.

Member Data Documentation

◆ action

action* input::action_active_event::action {nullptr}

Active action.

Definition at line 42 of file action-events.hpp.

◆ input_value

float input::action_active_event::input_value {0.0f}

Control input value.

Definition at line 45 of file action-events.hpp.


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