![]() |
ezEngine
Release 25.03
|
This is the complete list of members for ezInputManager, including all inherited members.
AddEventHandler(ezEventInput::Handler handler) | ezInputManager | inlinestatic |
ClearInputMapping(ezStringView sInputSet, ezStringView sInputSlot) | ezInputManager | static |
ConvertScanCodeToEngineName(ezUInt8 uiScanCode, bool bIsExtendedKey) | ezInputManager | static |
ezEventInput typedef (defined in ezInputManager) | ezInputManager | |
ezInputDevice (defined in ezInputManager) | ezInputManager | friend |
GetActionDisplayName(ezStringView sAction) | ezInputManager | static |
GetAllInputActions(ezStringView sInputSetName, ezDynamicArray< ezString > &out_inputActions) | ezInputManager | static |
GetAllInputSets(ezDynamicArray< ezString > &out_inputSetNames) | ezInputManager | static |
GetExclusiveInputSet() | ezInputManager | inlinestatic |
GetInputActionConfig(ezStringView sInputSet, ezStringView sAction) | ezInputManager | static |
GetInputActionState(ezStringView sInputSet, ezStringView sAction, float *pValue=nullptr, ezInt8 *pTriggeredSlot=nullptr) | ezInputManager | static |
GetInputSlotDeadZone(ezStringView sInputSlot) | ezInputManager | static |
GetInputSlotDisplayName(ezStringView sInputSlot) | ezInputManager | static |
GetInputSlotDisplayName(ezStringView sInputSet, ezStringView sAction, ezInt32 iTrigger=-1) | ezInputManager | static |
GetInputSlotFlags(ezStringView sInputSlot) | ezInputManager | static |
GetInputSlotState(ezStringView sInputSlot, float *pValue=nullptr) | ezInputManager | static |
GetInputSlotTouchPoint(ezUInt32 uiIndex) | ezInputManager | static |
GetInputSlotTouchPointPositionX(ezUInt32 uiIndex) | ezInputManager | static |
GetInputSlotTouchPointPositionY(ezUInt32 uiIndex) | ezInputManager | static |
GetPressedInputSlot(ezInputSlotFlags::Enum mustHaveFlags, ezInputSlotFlags::Enum mustNotHaveFlags) | ezInputManager | static |
InjectInputSlotValue(ezStringView sInputSlot, float fValue) | ezInputManager | static |
PollHardware() | ezInputManager | static |
RemoveEventHandler(ezEventInput::Handler handler) | ezInputManager | inlinestatic |
RemoveEventHandler(ezEventSubscriptionID id) (defined in ezInputManager) | ezInputManager | inlinestatic |
RemoveInputAction(ezStringView sInputSet, ezStringView sAction) | ezInputManager | static |
RetrieveAllKnownInputSlots(ezDynamicArray< ezStringView > &out_inputSlots) | ezInputManager | static |
RetrieveLastCharacter(bool bResetCurrent=true) | ezInputManager | static |
SetActionDisplayName(ezStringView sAction, ezStringView sDisplayName) | ezInputManager | static |
SetExclusiveInputSet(ezStringView sExclusiveSet) | ezInputManager | inlinestatic |
SetInputActionConfig(ezStringView sInputSet, ezStringView sAction, const ezInputActionConfig &config, bool bClearPreviousInputMappings) | ezInputManager | static |
SetInputSlotDeadZone(ezStringView sInputSlot, float fDeadZone) | ezInputManager | static |
SetInputSlotDisplayName(ezStringView sInputSlot, ezStringView sDefaultDisplayName) | ezInputManager | static |
Update(ezTime timeDifference) | ezInputManager | static |