IGameInputDispatcher::OpenWaitHandle
Returns a wait handle that signals when work is available in the dispatcher queue.Syntax
Parameters
waitHandle _Outptr_result_nullonfailure_Type: HANDLE* The wait handle that is returned.
Return value
Type: HRESULT Function resultRemarks
TheIGameInputDispatcher::OpenWaitHandle returns a wait handle. This method signals when work is available in the dispatcher queue. Call the CloseHandle function on the handle when it is no longer needed. For intermediate and advanced use-cases of the GameInput API, see Advanced GameInput topics.
Requirements
Header: GameInput.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
Overview of GameInputIGameInputDispatcher
