Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Input.MyMouseState Struct Reference

Public Member Functions

 MyMouseState (int x, int y, int scrollWheel, bool leftButton, bool middleButton, bool rightButton, bool xButton1, bool xButton2)
 
void ClearPosition ()
 

Public Attributes

int X
 
int Y
 
int ScrollWheelValue
 
bool LeftButton
 
bool RightButton
 
bool MiddleButton
 
bool XButton1
 
bool XButton2
 

Detailed Description

Definition at line 6 of file MyMouseState.cs.

Constructor & Destructor Documentation

VRage.Input.MyMouseState.MyMouseState ( int  x,
int  y,
int  scrollWheel,
bool  leftButton,
bool  middleButton,
bool  rightButton,
bool  xButton1,
bool  xButton2 
)
inline

Definition at line 18 of file MyMouseState.cs.

Member Function Documentation

void VRage.Input.MyMouseState.ClearPosition ( )
inline

Definition at line 30 of file MyMouseState.cs.

Member Data Documentation

bool VRage.Input.MyMouseState.LeftButton

Definition at line 12 of file MyMouseState.cs.

bool VRage.Input.MyMouseState.MiddleButton

Definition at line 14 of file MyMouseState.cs.

bool VRage.Input.MyMouseState.RightButton

Definition at line 13 of file MyMouseState.cs.

int VRage.Input.MyMouseState.ScrollWheelValue

Definition at line 10 of file MyMouseState.cs.

int VRage.Input.MyMouseState.X

Definition at line 8 of file MyMouseState.cs.

bool VRage.Input.MyMouseState.XButton1

Definition at line 15 of file MyMouseState.cs.

bool VRage.Input.MyMouseState.XButton2

Definition at line 16 of file MyMouseState.cs.

int VRage.Input.MyMouseState.Y

Definition at line 9 of file MyMouseState.cs.


The documentation for this struct was generated from the following file: