Thread Tools Display Modes
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

ESOUI » Developer Discussions » General Authoring Discussion » Mouse position


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off