basic header docs of all public modules

This commit is contained in:
Adam D. Ruppe 2019-12-06 22:57:49 -05:00
parent 4e49255070
commit 8d57ff1f5e
35 changed files with 109 additions and 43 deletions

View file

@ -1,5 +1,13 @@
/**
/++
Provides a polling-based API to use gamepads/joysticks on Linux and Windows.
Pass `-version=ps1_style` or `-version=xbox_style` to pick your API style - the constants will use the names of the buttons on those controllers and attempt to emulate the other. ps1_style is compatible with more hardware and thus the default. XBox controllers work with either, though.
The docs for this file are quite weak, I suggest you view source of [arsd.gamehelers] for an example of how it might be used.
+/
/*
FIXME: a simple function to integrate with sdpy event loop. templated function
HIGH LEVEL NOTES