X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f91e3dfd2b613494cc95fd4c9341823f56c7bc0..b0d45269cc5046402752449098731b8ee189d78d:/wxPython/src/__misc_rename.i?ds=sidebyside diff --git a/wxPython/src/__misc_rename.i b/wxPython/src/__misc_rename.i index 7de659f613..6257ed59a5 100644 --- a/wxPython/src/__misc_rename.i +++ b/wxPython/src/__misc_rename.i @@ -89,6 +89,7 @@ %rename(SYS_SWAP_BUTTONS) wxSYS_SWAP_BUTTONS; %rename(SYS_CAN_DRAW_FRAME_DECORATIONS) wxSYS_CAN_DRAW_FRAME_DECORATIONS; %rename(SYS_CAN_ICONIZE_FRAME) wxSYS_CAN_ICONIZE_FRAME; +%rename(SYS_TABLET_PRESENT) wxSYS_TABLET_PRESENT; %rename(SYS_SCREEN_NONE) wxSYS_SCREEN_NONE; %rename(SYS_SCREEN_TINY) wxSYS_SCREEN_TINY; %rename(SYS_SCREEN_PDA) wxSYS_SCREEN_PDA; @@ -105,7 +106,6 @@ %rename(Bell) wxBell; %rename(EndBusyCursor) wxEndBusyCursor; %rename(GetElapsedTime) wxGetElapsedTime; -%rename(GetMousePosition) wxGetMousePosition; %rename(IsBusy) wxIsBusy; %rename(Now) wxNow; %rename(Shell) wxShell; @@ -151,12 +151,15 @@ %rename(SetCursor) wxSetCursor; %rename(GetXDisplay) wxGetXDisplay; %rename(BeginBusyCursor) wxBeginBusyCursor; +%rename(GetMousePosition) wxGetMousePosition; %rename(GetActiveWindow) wxGetActiveWindow; %rename(GenericFindWindowAtPoint) wxGenericFindWindowAtPoint; %rename(FindWindowAtPoint) wxFindWindowAtPoint; %rename(GetTopLevelParent) wxGetTopLevelParent; %rename(LaunchDefaultBrowser) wxLaunchDefaultBrowser; %rename(GetKeyState) wxGetKeyState; +%rename(MouseState) wxMouseState; +%rename(GetMouseState) wxGetMouseState; %rename(WakeUpMainThread) wxWakeUpMainThread; %rename(MutexGuiEnter) wxMutexGuiEnter; %rename(MutexGuiLeave) wxMutexGuiLeave;