C# Class Reign.Input.WinForms.Mouse

Inheritance: DisposableResource, IMouse
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Dispose ( ) : void
Mouse ( IDisposableResource parent ) : Reign.Core
Update ( ) : void
UpdateEvent ( ApplicationEvent theEvent ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Mouse() public méthode

public Mouse ( IDisposableResource parent ) : Reign.Core
parent IDisposableResource
Résultat Reign.Core

Update() public méthode

public Update ( ) : void
Résultat void

UpdateEvent() public méthode

public UpdateEvent ( ApplicationEvent theEvent ) : void
theEvent Reign.Core.ApplicationEvent
Résultat void