[Chests Anywhere] can't close menu using controller hotkey
Pathoschild opened this issue ยท 1 comments
Imported from Pathoschild/ChestsAnywhere#5. Original date: 2016-10-08 15:06 UTC.
When you configure a controller button as the Toggle
hotkey, it correctly opens the menu but doesn't close it when open.
Theoretically that shouldn't happen, because the receiveKeyPress
and receiveGamePadButton
events both just pass through to ReceiveKey<T>
, which handles keyboard and controller input agnostically.
Imported from Pathoschild/ChestsAnywhere#5. Original date: 2016-10-18 20:51 UTC.
Fixed in 1.6 via refactor.