reusing existing API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-06-13 14:04:41 +00:00
parent 56d85ddeec
commit e535481318
3 changed files with 17 additions and 23 deletions

View File

@@ -49,10 +49,6 @@ public:
int button = wxMOUSE_BTN_LEFT)
{ return MouseDragDrop(p1.x, p1.y, p2.x, p2.y, button); }
bool MouseClickAndDragTo(long x, long y, int button = wxMOUSE_BTN_LEFT);
bool MouseClickAndDragTo(const wxPoint& point, int button = wxMOUSE_BTN_LEFT)
{ return MouseClickAndDragTo(point.x, point.y, button); }
// Keyboard simulation
// -------------------