Refactoring UserInput to accomidate future changes (i.e. joystick support)

This commit is contained in:
Don Honerbrink
2015-07-24 15:21:33 -05:00
parent b22dc3d72c
commit dd07817ede
8 changed files with 166 additions and 81 deletions

View File

@@ -12,8 +12,8 @@
# Display
#######################################
fullscreen = no
horizontal = stretch # or enter in the screen pixel width (i.e 1024)
vertical = stretch # or enter in the screen pixel width (i.e 768)
horizontal = 400 # or enter in the screen pixel width (i.e 1024)
vertical = 300 # or enter in the screen pixel width (i.e 768)
layout = Default 16x9
hideMouse = yes
showParenthesis = yes