Simple and Easy to Use Custom Input Manager Class
Sweet! It's ready to go. I have created a custom Input Manager for you to take advantage of. Check out this quick video tutorial that will walk you through how to use it in your projects or feel free to look it over yourself.
You can download the package containing the demos and the files or just grab it directly from the repository on my Google Project Page.






Jeejlej said
am November 12 2008 @ 11:11 pm
What the heck is an input manager?
Colby Cheeze said
am November 13 2008 @ 1:43 am
A class that handles all of your Input easily. Rather than setting up event listeners all over your code and looking up key codes you can do something such as: if( Input.instance.isKeyPressed( KeyCode.SPACEBAR ) ) { player.shoot(); }
The class has all kinds of goodies like that. Enjoy