Difference between revisions of "ISInterface:DirectInputMousePosition"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
===Syntax=== | ===Syntax=== | ||
− | + | *void DirectInputMousePosition(int X, int Y) | |
== Purpose == | == Purpose == | ||
− | + | To tell Inner Space where the mouse is in a Direct Input game | |
== Usage == | == Usage == | ||
=== Parameters === | === Parameters === | ||
− | + | *int X | |
− | + | :'''[in]''' X coordinate of the mouse pointer | |
− | + | *int Y | |
+ | :'''[in]''' Y coordinate of the mouse pointer | ||
== Examples == | == Examples == | ||
Latest revision as of 23:41, 2 September 2005
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