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

Go to the source code of this file.

Namespaces

namespace  input
 

Enumerations

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

Functions

auto input::key_state_to_analog_value (const key_state state) -> float
 
auto input::key_state_to_digital_value (const key_state state) -> bool