Version: 2020.3
言語: 日本語

WSAInputSource

enumeration

マニュアルに切り替える

説明

Where Unity takes input from (subscripbes to events).

Unity receives input by subscribing to events. This enum denotes different sources from which input can be received. Currently this only applies to mouse and touch input, keyboard input is always taken from CoreWindow as that's the only place where all keys can received from.

変数

CoreWindowSubscribe to CoreWindow events.
IndependentInputSourceCreate Independent Input Source and receive input from it.
SwapChainPanelSubscribe to SwapChainPanel events.