IInputGetIndexOfAxis Method

Get index of a registered keyCode. If the target keyCode dos not exist it returns -1

Definition

Namespace: Alteruna.Multiplayer.InputSynchronizable
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
int GetIndexOfAxis(
	string targetAxis
)

Parameters

targetAxis  String
target

Return Value

Int32
index on success, -1 on fail.

See Also