Releases: PhoenixEntertainment/UserInputSystem
Releases · PhoenixEntertainment/UserInputSystem
v1.0.1
What's Changed
- Use relative paths to access dependencies by @NobleDraconian in #1
New Contributors
- @NobleDraconian made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
This is the first release of our user input system!
The following APIs are available:
RegisterTouchButton
-> Instance<TextButton>
GetCurrentInputSchema
-> MouseAndKeyboard
, Gamepad
, TouchScreen
, GamepadAndKeyboard
, TouchAndKeyboard
GetCurrentInputDevice
-> Mouse
, Gamepad
, TouchScreen
, Keyboard
, Unknown
GetInputCapturer
-> Input Capturer