C# Class Pong.Game.Controllers.LocalPlayerController

Inheritance: StatePaddleController
Mostrar archivo Open project: Pathoschild/smapi-mod-dump

Public Methods

Method 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 method

public LocalPlayerController ( PositionState intendedState ) : Pong.Framework.Game.States
intendedState PositionState
return Pong.Framework.Game.States

OnCursorMoved() public method

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