X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4624460ec905603942263255a2e5d1c98b066ff..3beb50e570f1b4f7a97c767677451ffc558fa22f:/interface/wx/kbdstate.h diff --git a/interface/wx/kbdstate.h b/interface/wx/kbdstate.h index 8cfbb98414..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 ///////////////////////////////////////////////////////////////////////////// /** @@ -18,8 +18,8 @@ This class is implemented entirely inline in @ and thus has no linking requirements. - @category{misc} @nolibrary + @category{events} @see wxKeyEvent, wxMouseState */ @@ -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); + };