Thread: Mouse position
View Single Post
04/16/14, 10:24 AM   #1
LoPony
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 10
Mouse position

Hi,

is there any API function that returns the current mouse position in 2D-UI mode?

I found this:
Code:
GetMapMouseoverInfo(number normalizedMouseX, number normalizedMouseY)
Returns: string locationName, string textureFile, number textureWidthNormalized, number textureHeightNormalized, number textureXOffsetNormalized, number textureYOffsetNormalized
This uses the mouse position so how to get that position?
Can't find it
  Reply With Quote