C# Класс OpenRA.Mods.Common.Widgets.WorldCommandWidget

Наследование: OpenRA.Widgets.Widget
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCursor ( int2 pos ) : string
GetEventBounds ( ) : Rectangle
HandleKeyPress ( KeyInput e ) : bool

Приватные методы

Метод Описание
CycleBases ( ) : bool
CycleProductionBuildings ( ) : bool
ProcessInput ( KeyInput e ) : bool
ToLastEvent ( ) : bool
ToSelection ( ) : bool
WorldCommandWidget ( World world, WorldRenderer worldRenderer ) : System

Описание методов

GetCursor() публичный Метод

public GetCursor ( int2 pos ) : string
pos int2
Результат string

GetEventBounds() публичный Метод

public GetEventBounds ( ) : Rectangle
Результат System.Drawing.Rectangle

HandleKeyPress() публичный Метод

public HandleKeyPress ( KeyInput e ) : bool
e KeyInput
Результат bool