-
Notifications
You must be signed in to change notification settings - Fork 0
Inputsystem
PonySchreck edited this page Oct 20, 2016
·
5 revisions
The input system is a static class and can be used anywhere in the program. It is responsible for the keys and mouse inputs that the user enters in the window of the end program.
##Function To access the input system, you don't have to create a new object. The class itself already returns a reference to a static object, because of... Awesomeness!
##How do I use it?
by Felix L. & Max S.