XII Release 0.1.0
Loading...
Searching...
No Matches
xiiInputManager Member List

This is the complete list of members for xiiInputManager, including all inherited members.

AddEventHandler(xiiEventInput::Handler handler)xiiInputManagerinlinestatic
ClearInputMapping(xiiStringView sInputSet, xiiStringView sInputSlot)xiiInputManagerstatic
ConvertScanCodeToEngineName(xiiUInt8 uiScanCode, bool bIsExtendedKey)xiiInputManagerstatic
GetActionDisplayName(xiiStringView sAction)xiiInputManagerstatic
GetAllInputActions(xiiStringView sInputSetName, xiiDynamicArray< xiiString > &out_inputActions)xiiInputManagerstatic
GetAllInputSets(xiiDynamicArray< xiiString > &out_inputSetNames)xiiInputManagerstatic
GetExclusiveInputSet()xiiInputManagerinlinestatic
GetInputActionConfig(xiiStringView sInputSet, xiiStringView sAction)xiiInputManagerstatic
GetInputActionState(xiiStringView sInputSet, xiiStringView sAction, float *pValue=nullptr, xiiInt8 *pTriggeredSlot=nullptr)xiiInputManagerstatic
GetInputSlotDeadZone(xiiStringView sInputSlot)xiiInputManagerstatic
GetInputSlotDisplayName(xiiStringView sInputSlot)xiiInputManagerstatic
GetInputSlotDisplayName(xiiStringView sInputSet, xiiStringView sAction, xiiInt32 iTrigger=-1)xiiInputManagerstatic
GetInputSlotFlags(xiiStringView sInputSlot)xiiInputManagerstatic
GetInputSlotState(xiiStringView sInputSlot, float *pValue=nullptr)xiiInputManagerstatic
GetInputSlotTouchPoint(xiiUInt32 uiIndex)xiiInputManagerstatic
GetInputSlotTouchPointPositionX(xiiUInt32 uiIndex)xiiInputManagerstatic
GetInputSlotTouchPointPositionY(xiiUInt32 uiIndex)xiiInputManagerstatic
GetPressedInputSlot(xiiInputSlotFlags::Enum mustHaveFlags, xiiInputSlotFlags::Enum mustNotHaveFlags)xiiInputManagerstatic
InjectInputSlotValue(xiiStringView sInputSlot, float fValue)xiiInputManagerstatic
PollHardware()xiiInputManagerstatic
RemoveEventHandler(xiiEventInput::Handler handler)xiiInputManagerinlinestatic
RemoveEventHandler(xiiEventSubscriptionID id) (defined in xiiInputManager)xiiInputManagerinlinestatic
RemoveInputAction(xiiStringView sInputSet, xiiStringView sAction)xiiInputManagerstatic
RetrieveAllKnownInputSlots(xiiDynamicArray< xiiStringView > &out_inputSlots)xiiInputManagerstatic
RetrieveLastCharacter(bool bResetCurrent=true)xiiInputManagerstatic
SetActionDisplayName(xiiStringView sAction, xiiStringView sDisplayName)xiiInputManagerstatic
SetExclusiveInputSet(xiiStringView sExclusiveSet)xiiInputManagerinlinestatic
SetInputActionConfig(xiiStringView sInputSet, xiiStringView sAction, const xiiInputActionConfig &config, bool bClearPreviousInputMappings)xiiInputManagerstatic
SetInputSlotDeadZone(xiiStringView sInputSlot, float fDeadZone)xiiInputManagerstatic
SetInputSlotDisplayName(xiiStringView sInputSlot, xiiStringView sDefaultDisplayName)xiiInputManagerstatic
Update(xiiTime timeDifference)xiiInputManagerstatic
xiiEventInput typedef (defined in xiiInputManager)xiiInputManager
xiiInputDevice (defined in xiiInputManager)xiiInputManagerfriend