C# Class idTech4.idEventLoop

The event loop also handles journaling. The file system copies .cfg files to the journaled file.
Afficher le fichier Open project: iainmckay/idtech4.net

Méthodes publiques

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

Private Methods

Méthode Description
GetEvent ( ) : SystemEvent
GetRealEvent ( ) : SystemEvent
ProcessEvent ( SystemEvent ev ) : void

Method Details

ClearEvents() public méthode

public ClearEvents ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Queue() public méthode

public Queue ( SystemEventType type, int value, int value2 ) : void
type SystemEventType
value int
value2 int
Résultat void

RunEventLoop() public méthode

public RunEventLoop ( ) : bool
Résultat bool

RunEventLoop() public méthode

public RunEventLoop ( bool commandExecution ) : bool
commandExecution bool
Résultat bool

idEventLoop() public méthode

public idEventLoop ( ) : System
Résultat System