Poll(bool)

Method

Namespace: Imagini

Declared in: Imagini.EventManager


Gathers all available events and distributes them to the corresponding queues.

Syntax

public static unsafe void Poll(
	bool suppressGlobalProcessing
)

Parameters

suppressGlobalProcessing

If true, global event queue will not be processed after calling this method.


Back to index