C# 클래스 OpenRA.Mods.Common.Widgets.WorldCommandWidget

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
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