C# 클래스 idTech4.idEventLoop

The event loop also handles journaling. The file system copies .cfg files to the journaled file.
파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 메소드들

메소드 설명
ClearEvents ( ) : void
Init ( ) : void
Queue ( SystemEventType type, int value, int value2 ) : void
RunEventLoop ( ) : bool
RunEventLoop ( bool commandExecution ) : bool
idEventLoop ( ) : System

비공개 메소드들

메소드 설명
GetEvent ( ) : SystemEvent
GetRealEvent ( ) : SystemEvent
ProcessEvent ( SystemEvent ev ) : void

메소드 상세

ClearEvents() 공개 메소드

public ClearEvents ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

Queue() 공개 메소드

public Queue ( SystemEventType type, int value, int value2 ) : void
type SystemEventType
value int
value2 int
리턴 void

RunEventLoop() 공개 메소드

public RunEventLoop ( ) : bool
리턴 bool

RunEventLoop() 공개 메소드

public RunEventLoop ( bool commandExecution ) : bool
commandExecution bool
리턴 bool

idEventLoop() 공개 메소드

public idEventLoop ( ) : System
리턴 System