X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e0ed08360448630be00fb1c441fc7f024afeb6a..5cbda74b6606482f5286a5599fc60f3f91995a52:/interface/wx/kbdstate.h diff --git a/interface/wx/kbdstate.h b/interface/wx/kbdstate.h index 090f51ab09..27060a379a 100644 --- a/interface/wx/kbdstate.h +++ b/interface/wx/kbdstate.h @@ -4,7 +4,7 @@ // Author: wxWidgets team // Created: 2008-09-19 // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -130,5 +130,12 @@ public: 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); + };