X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..a8bda512079352ba81933e278d9ccdb8ef7a9866:/interface/wx/kbdstate.h diff --git a/interface/wx/kbdstate.h b/interface/wx/kbdstate.h index 36cd368a08..27060a379a 100644 --- a/interface/wx/kbdstate.h +++ b/interface/wx/kbdstate.h @@ -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); + };