diff options
-rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,2 +1,29 @@ # devout_sdl +A MacOS specific program to aid students learning how to code by giving them variadic input that fluctuates and is imperfect. +### USAGE +``` +./devout_sdl +./devout_sdl 12 +./devout_sdl 2 +./devout_sdl 2 4 +./devout 3 1 5 +``` + +The first line will print the available events the user can have printed to the terminal, or tell you that no PS4 controller is connected. +The second line prints the PS4's touchpad, sensors data and time to standard output. +The third line prints the PS4's axis data and time to standard output. +The fourth line prints the PS4's axis data, but only the triggers and time to standard output. +The fifth line prints buttons and axis but only dpad and joystick data along with time to standard output. + +The output is a printed in a comma seperated columns of data corresponding to the choices given in the arguments run with the command. + + + + + + + + + + |