ezEngine  Release 25.03
ezInputManager Member List

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

AddEventHandler(ezEventInput::Handler handler)ezInputManagerinlinestatic
ClearInputMapping(ezStringView sInputSet, ezStringView sInputSlot)ezInputManagerstatic
ConvertScanCodeToEngineName(ezUInt8 uiScanCode, bool bIsExtendedKey)ezInputManagerstatic
ezEventInput typedef (defined in ezInputManager)ezInputManager
ezInputDevice (defined in ezInputManager)ezInputManagerfriend
GetActionDisplayName(ezStringView sAction)ezInputManagerstatic
GetAllInputActions(ezStringView sInputSetName, ezDynamicArray< ezString > &out_inputActions)ezInputManagerstatic
GetAllInputSets(ezDynamicArray< ezString > &out_inputSetNames)ezInputManagerstatic
GetExclusiveInputSet()ezInputManagerinlinestatic
GetInputActionConfig(ezStringView sInputSet, ezStringView sAction)ezInputManagerstatic
GetInputActionState(ezStringView sInputSet, ezStringView sAction, float *pValue=nullptr, ezInt8 *pTriggeredSlot=nullptr)ezInputManagerstatic
GetInputSlotDeadZone(ezStringView sInputSlot)ezInputManagerstatic
GetInputSlotDisplayName(ezStringView sInputSlot)ezInputManagerstatic
GetInputSlotDisplayName(ezStringView sInputSet, ezStringView sAction, ezInt32 iTrigger=-1)ezInputManagerstatic
GetInputSlotFlags(ezStringView sInputSlot)ezInputManagerstatic
GetInputSlotState(ezStringView sInputSlot, float *pValue=nullptr)ezInputManagerstatic
GetInputSlotTouchPoint(ezUInt32 uiIndex)ezInputManagerstatic
GetInputSlotTouchPointPositionX(ezUInt32 uiIndex)ezInputManagerstatic
GetInputSlotTouchPointPositionY(ezUInt32 uiIndex)ezInputManagerstatic
GetPressedInputSlot(ezInputSlotFlags::Enum mustHaveFlags, ezInputSlotFlags::Enum mustNotHaveFlags)ezInputManagerstatic
InjectInputSlotValue(ezStringView sInputSlot, float fValue)ezInputManagerstatic
PollHardware()ezInputManagerstatic
RemoveEventHandler(ezEventInput::Handler handler)ezInputManagerinlinestatic
RemoveEventHandler(ezEventSubscriptionID id) (defined in ezInputManager)ezInputManagerinlinestatic
RemoveInputAction(ezStringView sInputSet, ezStringView sAction)ezInputManagerstatic
RetrieveAllKnownInputSlots(ezDynamicArray< ezStringView > &out_inputSlots)ezInputManagerstatic
RetrieveLastCharacter(bool bResetCurrent=true)ezInputManagerstatic
SetActionDisplayName(ezStringView sAction, ezStringView sDisplayName)ezInputManagerstatic
SetExclusiveInputSet(ezStringView sExclusiveSet)ezInputManagerinlinestatic
SetInputActionConfig(ezStringView sInputSet, ezStringView sAction, const ezInputActionConfig &config, bool bClearPreviousInputMappings)ezInputManagerstatic
SetInputSlotDeadZone(ezStringView sInputSlot, float fDeadZone)ezInputManagerstatic
SetInputSlotDisplayName(ezStringView sInputSlot, ezStringView sDefaultDisplayName)ezInputManagerstatic
Update(ezTime timeDifference)ezInputManagerstatic