Cursor GetSettings
From WikiPrizm
Revision as of 13:26, 15 February 2015 by ProgrammerNerd (talk | contribs)
Contents
Synopsis
Header: fxcg/display.h (Not yet in libfxcg)
Syscall index: 0x01F5
Function signature: unsigned int Cursor_GetSettings(unsigned int settingsarray[]);
Returns cursor settings.
Parameters
settingsarray[], an array that must be 4 elements or 16 bytes in size.
Returns
The contents of 0x8804FB0A
Comments
settingsarray[0] is the X position as set by locate_OS or Cursor_SetPosition. settingsarray[1] is the Y position as set by locate_OS or Cursor_SetPosition. settingsarray[2] and settingsarray[3] are unknown.