/* (c) 1999-2000 Tino Schwarze, see COPYING for details */
/**@pkg events.cEventProducer.cEventInput*/

#ifndef events_cEventInput_hh
#define events_cEventInput_hh

#include "cKeyEvent.hh"
#include "cMousePressEvent.hh"

/** provide declarations for events issued by cEventInput */
extern const string ccEI_MouseMove;
extern const string ccEI_MousePress;
extern const string ccEI_KeyPress;

#endif // #ifndef events_cEventInput_hh

