ISInterface:DirectInputMousePosition

From Lavish Software Wiki
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