C# Class OpenRA.Mods.Common.Widgets.WorldCommandWidget

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
GetCursor ( int2 pos ) : string
GetEventBounds ( ) : Rectangle
HandleKeyPress ( KeyInput e ) : bool

Private Methods

Méthode Description
CycleBases ( ) : bool
CycleProductionBuildings ( ) : bool
ProcessInput ( KeyInput e ) : bool
ToLastEvent ( ) : bool
ToSelection ( ) : bool
WorldCommandWidget ( World world, WorldRenderer worldRenderer ) : System

Method Details

GetCursor() public méthode

public GetCursor ( int2 pos ) : string
pos int2
Résultat string

GetEventBounds() public méthode

public GetEventBounds ( ) : Rectangle
Résultat System.Drawing.Rectangle

HandleKeyPress() public méthode

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
Résultat bool