> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IGameInput::CreateDispatcher

> IGameInput::CreateDispatcher

# IGameInput::CreateDispatcher

GameInput のバックグラウンド作業を手動でスケジュールするためのディスパッチャーを作成します。

## 構文

```cpp theme={null}
HRESULT CreateDispatcher(
    IGameInputDispatcher** dispatcher
);
```

### パラメーター

*dispatcher*   \_COM\_Outptr\_\
型: IGameInputDispatcher\*\*

バックグラウンド作業を処理するために使用される、作成されたディスパッチャー。

### 戻り値

型: HRESULT

[Input API の概要](/build/core-features/common/input/overviews/input-overview)\
[IGameInput](/reference/input/gameinput/interfaces/igameinput/igameinput)\
[IGameInputDispatcher](/reference/input/gameinput/interfaces/IGameInputDispatcher/igameinputdispatcher)\
[IGameInputDispatcher::Dispatch](/reference/input/gameinput/interfaces/IGameInputDispatcher/methods/igameinputdispatcher_dispatch)\
[IGameInputDispatcher::OpenWaitHandle](/reference/input/gameinput/interfaces/IGameInputDispatcher/methods/igameinputdispatcher_openwaithandle)

## バージョン履歴

| バージョン  | 変更内容     |
| ------ | -------- |
| **v0** | 導入されました。 |


## Related topics

- [IGameInput::CreateAggregateDevice](/ja-jp/reference/input/gameinput/interfaces/igameinput/methods/igameinput_createaggregatedevice.md)
- [IGameInputDispatcher::Dispatch](/ja-jp/reference/input/gameinput/interfaces/IGameInputDispatcher/methods/igameinputdispatcher_dispatch.md)
- [IGameInputDispatcher::OpenWaitHandle](/ja-jp/reference/input/gameinput/interfaces/IGameInputDispatcher/methods/igameinputdispatcher_openwaithandle.md)
- [GameInput ワークキュー](/ja-jp/build/core-features/common/input/advanced/input-work-queues.md)
- [GameInputCreate](/ja-jp/reference/input/gameinput/functions/gameinputcreate.md)
