summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-06-09Updated digital joystick state to match a Kempston stick, for the hell of it.HEADmasterIan C
2012-06-08Fixed typo on member name.Ian C
2012-06-04Added code to handle joystick, and completed demo program. Ready to be used.Ian C
2012-05-28Added test code to handle buttons to make sure drawing is OK.Ian C
2012-05-27Updated keyboard to chain itself to InputManager.Ian C
2012-05-26Moved name spaces for reorganisation.Ian C
2012-05-26Moved source files for reorganisation.Ian C
2012-05-22Added some base source files for the joystick and joystick test.Ian C
2012-05-02Fixed bug with keyboard offset on screen.Ian C
2012-05-02Improved event handling and added event to propagate touches the keyboard is ↵Ian C
not interested in.
2012-05-01Working version of the XNA keyboard.Ian C
2012-04-29Adding driver and test project.Ian C
2012-04-27Added basic logic of UI. Still to add key overlay to image control.Ian C
2012-04-24Added schema classes and initial projects.Ian C