OpenEnroth efd3b88
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations
Io Namespace Reference

Classes

class  IKeyboardController
 
class  KeyboardActionMapping
 
class  KeyboardInputHandler
 
class  Mouse
 

Typedefs

using Keybindings = std::unordered_map< InputAction, PlatformKey >
 

Enumerations

enum class  TextInputType { None = 0 , Text = 1 , Number = 2 }
 

Typedef Documentation

◆ Keybindings

using Io::Keybindings = typedef std::unordered_map<InputAction, PlatformKey>

Enumeration Type Documentation

◆ TextInputType

enum class Io::TextInputType
strong
Enumerator
None 
Text 
Number