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.