Method | Description | |
---|---|---|
LocalPlayerController ( PositionState intendedState ) : Pong.Framework.Game.States | ||
OnCursorMoved ( CursorMovedEventArgs e ) : void |
Raised after the player moves the in-game cursor.
|
public LocalPlayerController ( PositionState intendedState ) : Pong.Framework.Game.States | ||
intendedState | PositionState | |
return | Pong.Framework.Game.States |
public OnCursorMoved ( CursorMovedEventArgs e ) : void | ||
e | CursorMovedEventArgs | The event arguments. |
return | void |