Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Allows you to take manual control of scheduling the background work run by the GameInput API.
Syntax
class IGameInputDispatcher : public IUnknown
Methods
| Method | Description |
|---|---|
| Dispatch | Processes tasks in the dispatcher's queue. |
| OpenWaitHandle | Provides a wait handle that indicates when tasks are available in the dispatcher queue. |
Remarks
Making a reference to the IGameInputDispatcher switches GameInput to "manual dispatch" mode, and releasing all references to the IGameInputDispatcher object returns it to "automatic dispatch" mode.
Requirements
Header: GameInput.h
Supported platforms: Windows