Create an input subsection for the docs.

This commit is contained in:
Bill Currie 2016-01-04 17:24:13 +09:00
parent fb3396a21d
commit e1f9cb2028

View file

@ -34,8 +34,14 @@
# include "QF/quakeio.h"
#endif
// these are the key numbers that should be passed to Key_Event
/** \defgroup input Input Sub-system */
/** \defgroup input_keybinding Key Binding Sub-system
\ingroup input
*/
//@{
/// these are the key numbers that should be passed to Key_Event
typedef enum {
/* The keyboard syms have been cleverly chosen to map to ASCII */
QFK_UNKNOWN = 0,
@ -653,4 +659,6 @@ struct progs_s;
void Key_Progs_Init (struct progs_s *pr);
#endif
//@}
#endif // _KEYS_H