digitaldanny / digitaldanny/detached
Change ControllerManager Architecture
Open
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Description**
Currently the controller manager uses ```GetDown``` on various axes to determine if the buttons have been pressed down. This does not offer enough control over how the player reacts to pressing and holding a button down.
**Action**
Restructure the ControllerManager and Entity base class to use ```Handle{ButtonName}Down``` and ```Handle{ButtonName}Up```.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.