C# Class Pong.Game.Controllers.LocalPlayerController

Inheritance: StatePaddleController
Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Méthodes publiques

Méthode Description
LocalPlayerController ( PositionState intendedState ) : Pong.Framework.Game.States
OnCursorMoved ( CursorMovedEventArgs e ) : void

Raised after the player moves the in-game cursor.

Method Details

LocalPlayerController() public méthode

public LocalPlayerController ( PositionState intendedState ) : Pong.Framework.Game.States
intendedState PositionState
Résultat Pong.Framework.Game.States

OnCursorMoved() public méthode

Raised after the player moves the in-game cursor.
public OnCursorMoved ( CursorMovedEventArgs e ) : void
e CursorMovedEventArgs The event arguments.
Résultat void