im trying to hide the mouse just for the intro of my project but it doesent seems to work.
What do i wrong?
OnPreload:
result = DLL.CallFunction("%SysDir%\\User32.dll", "ShowCursor", "0", DLL_RETURN_TYPE_INTEGER, DLL_CALL_CDECL);
thanks for tips
Professional Software Development Tools
im trying to hide the mouse just for the intro of my project but it doesent seems to work.
What do i wrong?
OnPreload:
result = DLL.CallFunction("%SysDir%\\User32.dll", "ShowCursor", "0", DLL_RETURN_TYPE_INTEGER, DLL_CALL_CDECL);
thanks for tips
If you are using AMS5 you will need to use the new Global Variable for the System folder
In AMS4 it is %SysDir%
in AMS5 it is _SystemFolder
Click Here for more info
oops...
thank you