Property | Type | Description | |
---|---|---|---|
ButtonHeld | bool | ||
Instance | AimController, | ||
IsWindowInFocus | bool | ||
Sensitivity | float | ||
cursorTexture |
Method | Description | |
---|---|---|
GetMousePosition ( ) : Vector2 | ||
MouseEvent ( MouseEventFlags value ) : void | ||
SetMousePosition ( Vector2 mousePosition ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CallMouseEventLeftDown ( ) : void | ||
CallMouseEventLeftUp ( ) : void | ||
GetCursorPos ( Point &pos ) : bool | ||
OnApplicationFocus ( bool focusStatus ) : void | ||
SetCursorPos ( int X, int Y ) : bool | ||
Update ( ) : void | ||
mouse_event ( int dwFlags, int dx, int dy, int dwData, int dwExtraInfo ) : void |
public static MouseEvent ( MouseEventFlags value ) : void | ||
value | MouseEventFlags | |
return | void |
public SetMousePosition ( Vector2 mousePosition ) : void | ||
mousePosition | Vector2 | |
return | void |