C# Class OpenTK.Input.MouseDevice

Inheritance: IInputDevice
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Свойство Type Description
MouseDevice System

Méthodes publiques

Méthode 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

Méthode Description
MouseDevice ( ) : System

Method Details

GetHashCode() public méthode

Calculates the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a System.String that describes this instance.
public ToString ( ) : string
Résultat string

this() public méthode

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