2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: AROS specific Input device function AddNullEvent()
9 #include <proto/exec.h>
10 #include "input_intern.h"
12 #define InputDevice ((struct inputbase *)InputBase)
14 /*****************************************************************************
17 #include <clib/input_protos.h>
19 AROS_LH0(void, AddNullEvent
,
25 struct Device
*, InputBase
, 20, Input
)
45 *****************************************************************************/
49 if (InputDevice
->InputTask
)
51 Signal(InputDevice
->InputTask
, SIGBREAKF_CTRL_F
);