Unravel Engine C++ Reference
Loading...
Searching...
No Matches
button_state.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  input
 

Enumerations

enum class  input::button_state { input::up , input::pressed , input::down , input::released }
 

Functions

auto input::button_state_to_analog_value (const button_state state) -> float
 
auto input::button_state_to_digital_value (const button_state state) -> bool