You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PonySchreck edited this page Oct 20, 2016
·
5 revisions
Inputsystem
Short-Info
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!