Fix some bad parameter names, add missing methods, add missing classes, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -104,6 +104,20 @@ public:
|
||||
Returns @true if the second extra button mouse button is currently down.
|
||||
*/
|
||||
bool Aux2IsDown() const;
|
||||
|
||||
|
||||
void SetX(wxCoord x);
|
||||
void SetY(wxCoord y);
|
||||
void SetPosition(wxPoint pos);
|
||||
|
||||
void SetLeftDown(bool down);
|
||||
void SetMiddleDown(bool down);
|
||||
void SetRightDown(bool down);
|
||||
void SetAux1Down(bool down);
|
||||
void SetAux2Down(bool down);
|
||||
|
||||
void SetState(const wxMouseState& state);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user