ISInterface:DirectInputMousePosition

From Lavish Software Wiki
Revision as of 23:41, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • void DirectInputMousePosition(int X, int Y)

Purpose

To tell Inner Space where the mouse is in a Direct Input game

Usage

Parameters

  • int X
[in] X coordinate of the mouse pointer
  • int Y
[in] Y coordinate of the mouse pointer

Examples

See Also