// Author: wxWidgets team
// Created: 2008-09-19
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Notice that GetModifiers() should usually be used instead of this one.
*/
bool CmdDown() const;
+
+
+ void SetControlDown(bool down);
+ void SetShiftDown(bool down);
+ void SetAltDown(bool down);
+ void SetMetaDown(bool down);
+
};