Public Member Functions | |
| InputControlSource (InputControlSourceType sourceType, int index) | |
| InputControlSource (KeyCode keyCode) | |
| float | GetValue (InputDevice inputDevice) |
| bool | GetState (InputDevice inputDevice) |
| string | ToCode () |
Public Attributes | |
| InputControlSourceType | sourceType |
| int | index |
Properties | |
| InputControlSourceType | SourceType [get, set] |
| int | Index [get, set] |