responsive-gamepad
responsive-gamepad copied to clipboard
Fix Docs so that add Touch input functions say that they return removal functions
Right now we can only add inputs. But cna't remove them :cry:
Yes we can remove them! See: https://github.com/torch2424/responsive-gamepad/blob/master/lib/touchInput/touchInput.js#L135
We just need to fix the docs. Renaming this issue to have the docs add the correct return types :smile: