2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Input device function PeekQualifier()
8 #include "input_intern.h"
10 /*****************************************************************************
13 #include <clib/input_protos.h>
15 AROS_LH0(UWORD
, PeekQualifier
,
21 struct Device
*, InputBase
, 7, Input
)
40 27-11-96 digulla automatically created from
41 input_lib.fd and clib/input_protos.h
43 *****************************************************************************/
47 return ((struct inputbase
*)InputBase
)->ActQualifier
;