Click or drag to resize

InputStateExtFindFirstDown Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodStatic memberCode exampleFindFirstDown(InputState)
Public methodStatic memberCode exampleFindFirstDown(InputState, InputCode)
Overload of FindFirstDown(InputState, IDevice, IVirtualAxis) that only returns the device and limits the search to selected axes, given as params argument. Use this form if you only need the device object and you're specifying input codes manually.
Public methodStatic memberCode exampleFindFirstDown(InputState, IEnumerableInputCode)
Public methodStatic memberCode exampleFindFirstDown(InputState, IDevice, IVirtualAxis)
Queries all axes on all devices, and returns the first for which IsDown is true.
Public methodStatic memberCode exampleFindFirstDown(InputState, IDevice, IVirtualAxis, InputCode)
Overload of FindFirstDown(InputState, IDevice, IVirtualAxis) that limits the search to selected axes, given as params argument. Use this form if you're specifying input codes manually.
Public methodStatic memberCode exampleFindFirstDown(InputState, IDevice, IVirtualAxis, IEnumerableInputCode)
Top
See Also