VicTT Posted May 29, 2008 Posted May 29, 2008 Is there any difference with regard to speed between: a)MouseGetPos(0) and _WinAPI_GetMousePosX() b)MouseGetPos(1) and _WINAPI_GetMousePosY() Should either be used in different circumstances? What is their relation with GUIGetCursorInfo()? Quote Together we might liveDivided we must fall
Siao Posted May 29, 2008 Posted May 29, 2008 (edited) All native wrappers are obviously much faster than UDF wrappers. Especially when said UDF actually uses corresponding native function. Edited May 29, 2008 by Siao "be smart, drink your wine"
PsaltyDS Posted May 29, 2008 Posted May 29, 2008 Is there any difference with regard to speed ...?What were the results when you tested it? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now