Tabs to spaces, more consistent formatting.
[AROS.git] / rom / devs / input / peekqualifier.c
blob4a907950c6aa75bb18f23e632e0e0c604a8534f9
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Input device function PeekQualifier()
6 Lang: english
7 */
9 #include "input_intern.h"
11 /*****************************************************************************
13 NAME */
14 #include <clib/input_protos.h>
16 AROS_LH0(UWORD, PeekQualifier,
18 /* SYNOPSIS */
19 /* void */
21 /* LOCATION */
22 struct Device *, InputBase, 7, Input)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
38 INTERNALS
40 *****************************************************************************/
42 AROS_LIBFUNC_INIT
44 return ((struct inputbase *)InputBase)->ActQualifier;
46 AROS_LIBFUNC_EXIT