Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates mouse buttons.
Syntax
enum GameInputMousePositions
{
GameInputMouseNoPosition = 0x00000000,
GameInputMouseAbsolutePosition = 0x00000001,
GameInputMouseRelativePosition = 0x00000002
};
Constants
Constant | Description |
---|---|
GameInputMouseNoPosition | Indicates the mouse position is unknown. |
GameInputMouseAbsolutePosition | Indicates the absolute mouse position is known. |
GameInputMouseRelativePosition | Indicates the relative mouse position is known. |
Remarks
These flag values are used in the GameInputMouseState structure (to get device readings).
For more information about accessing device properties, see GameInput devices. For more information about getting device readings, see GameInput readings.
Requirements
Header: GameInput.h
Supported platforms: Windows