C# Class OpenTK.Input.MouseDevice

Inheritance: IInputDevice
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description
MouseDevice System

Public Methods

Method Description
GetHashCode ( ) : int

Calculates the hash code for this instance.

ToString ( ) : string

Returns a System.String that describes this instance.

this ( MouseButton button ) : bool

Gets a System.Boolean indicating the state of the specified MouseButton.

Private Methods

Method Description
MouseDevice ( ) : System

Method Details

GetHashCode() public method

Calculates the hash code for this instance.
public GetHashCode ( ) : int
return int

ToString() public method

Returns a System.String that describes this instance.
public ToString ( ) : string
return string

this() public method

Gets a System.Boolean indicating the state of the specified MouseButton.
public this ( MouseButton button ) : bool
button MouseButton The MouseButton to check.
return bool