C# Class idTech4.idEventLoop

The event loop also handles journaling. The file system copies .cfg files to the journaled file.
显示文件 Open project: iainmckay/idtech4.net

Public Methods

Method Description
ClearEvents ( ) : void
Init ( ) : void
Queue ( SystemEventType type, int value, int value2 ) : void
RunEventLoop ( ) : bool
RunEventLoop ( bool commandExecution ) : bool
idEventLoop ( ) : System

Private Methods

Method Description
GetEvent ( ) : SystemEvent
GetRealEvent ( ) : SystemEvent
ProcessEvent ( SystemEvent ev ) : void

Method Details

ClearEvents() public method

public ClearEvents ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Queue() public method

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

RunEventLoop() public method

public RunEventLoop ( ) : bool
return bool

RunEventLoop() public method

public RunEventLoop ( bool commandExecution ) : bool
commandExecution bool
return bool

idEventLoop() public method

public idEventLoop ( ) : System
return System