![]() |
XII Release 0.1.0
|
This is the complete list of members for xiiInputManager, including all inherited members.
| AddEventHandler(xiiEventInput::Handler handler) | xiiInputManager | inlinestatic |
| ClearInputMapping(xiiStringView sInputSet, xiiStringView sInputSlot) | xiiInputManager | static |
| ConvertScanCodeToEngineName(xiiUInt8 uiScanCode, bool bIsExtendedKey) | xiiInputManager | static |
| GetActionDisplayName(xiiStringView sAction) | xiiInputManager | static |
| GetAllInputActions(xiiStringView sInputSetName, xiiDynamicArray< xiiString > &out_inputActions) | xiiInputManager | static |
| GetAllInputSets(xiiDynamicArray< xiiString > &out_inputSetNames) | xiiInputManager | static |
| GetExclusiveInputSet() | xiiInputManager | inlinestatic |
| GetInputActionConfig(xiiStringView sInputSet, xiiStringView sAction) | xiiInputManager | static |
| GetInputActionState(xiiStringView sInputSet, xiiStringView sAction, float *pValue=nullptr, xiiInt8 *pTriggeredSlot=nullptr) | xiiInputManager | static |
| GetInputSlotDeadZone(xiiStringView sInputSlot) | xiiInputManager | static |
| GetInputSlotDisplayName(xiiStringView sInputSlot) | xiiInputManager | static |
| GetInputSlotDisplayName(xiiStringView sInputSet, xiiStringView sAction, xiiInt32 iTrigger=-1) | xiiInputManager | static |
| GetInputSlotFlags(xiiStringView sInputSlot) | xiiInputManager | static |
| GetInputSlotState(xiiStringView sInputSlot, float *pValue=nullptr) | xiiInputManager | static |
| GetInputSlotTouchPoint(xiiUInt32 uiIndex) | xiiInputManager | static |
| GetInputSlotTouchPointPositionX(xiiUInt32 uiIndex) | xiiInputManager | static |
| GetInputSlotTouchPointPositionY(xiiUInt32 uiIndex) | xiiInputManager | static |
| GetPressedInputSlot(xiiInputSlotFlags::Enum mustHaveFlags, xiiInputSlotFlags::Enum mustNotHaveFlags) | xiiInputManager | static |
| InjectInputSlotValue(xiiStringView sInputSlot, float fValue) | xiiInputManager | static |
| PollHardware() | xiiInputManager | static |
| RemoveEventHandler(xiiEventInput::Handler handler) | xiiInputManager | inlinestatic |
| RemoveEventHandler(xiiEventSubscriptionID id) (defined in xiiInputManager) | xiiInputManager | inlinestatic |
| RemoveInputAction(xiiStringView sInputSet, xiiStringView sAction) | xiiInputManager | static |
| RetrieveAllKnownInputSlots(xiiDynamicArray< xiiStringView > &out_inputSlots) | xiiInputManager | static |
| RetrieveLastCharacter(bool bResetCurrent=true) | xiiInputManager | static |
| SetActionDisplayName(xiiStringView sAction, xiiStringView sDisplayName) | xiiInputManager | static |
| SetExclusiveInputSet(xiiStringView sExclusiveSet) | xiiInputManager | inlinestatic |
| SetInputActionConfig(xiiStringView sInputSet, xiiStringView sAction, const xiiInputActionConfig &config, bool bClearPreviousInputMappings) | xiiInputManager | static |
| SetInputSlotDeadZone(xiiStringView sInputSlot, float fDeadZone) | xiiInputManager | static |
| SetInputSlotDisplayName(xiiStringView sInputSlot, xiiStringView sDefaultDisplayName) | xiiInputManager | static |
| Update(xiiTime timeDifference) | xiiInputManager | static |
| xiiEventInput typedef (defined in xiiInputManager) | xiiInputManager | |
| xiiInputDevice (defined in xiiInputManager) | xiiInputManager | friend |