Method | Description | |
---|---|---|
IsButtonDown ( this state, MouseButtons button ) : bool |
Determines if the specifies mouse button is pressed.
|
|
IsButtonUp ( this state, MouseButtons button ) : bool |
Determines if the specifies mouse button is released.
|
public static IsButtonDown ( this state, MouseButtons button ) : bool | ||
state | this | |
button | MouseButtons | |
return | bool |
public static IsButtonUp ( this state, MouseButtons button ) : bool | ||
state | this | |
button | MouseButtons | |
return | bool |