InputStateExtFindFirstHeld Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
FindFirstHeld(InputState) |
Overload of FindFirstHeld(InputState, IDevice, IVirtualAxis) that
only returns the device. Use this form if you only need the device object.
| |
FindFirstHeld(InputState, InputCode) |
Overload of FindFirstHeld(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.
| |
FindFirstHeld(InputState, IEnumerableInputCode) |
Overload of FindFirstHeld(InputState, IDevice, IVirtualAxis) that
only returns the device and limits
the search to selected axes, given as IEnumerableT argument.
Use this form if you only need the device object and you have a collection of input codes.
| |
FindFirstHeld(InputState, IDevice, IVirtualAxis) |
Queries all axes on all devices, and returns the first for which IsHeld
is true.
| |
FindFirstHeld(InputState, IDevice, IVirtualAxis, InputCode) |
Overload of FindFirstHeld(InputState, IDevice, IVirtualAxis) that limits
the search to selected axes, given as params argument. Use this form if you're specifying input codes
manually.
| |
FindFirstHeld(InputState, IDevice, IVirtualAxis, IEnumerableInputCode) |
Overload of FindFirstHeld(InputState, IDevice, IVirtualAxis) that limits
the search to selected axes, given as IEnumerableT argument.
Use this form if you have a collection of input codes.
|