![]() |
Plasma Engine
2.0
|
This is the complete list of members for plInputManager, including all inherited members.
AddEventHandler(plEventInput::Handler handler) | plInputManager | inlinestatic |
ClearInputMapping(plStringView sInputSet, plStringView sInputSlot) | plInputManager | static |
ConvertScanCodeToEngineName(plUInt8 uiScanCode, bool bIsExtendedKey) | plInputManager | static |
GetActionDisplayName(plStringView sAction) | plInputManager | static |
GetAllInputActions(plStringView sInputSetName, plDynamicArray< plString > &out_inputActions) | plInputManager | static |
GetAllInputSets(plDynamicArray< plString > &out_inputSetNames) | plInputManager | static |
GetExclusiveInputSet() | plInputManager | inlinestatic |
GetInputActionConfig(plStringView sInputSet, plStringView sAction) | plInputManager | static |
GetInputActionState(plStringView sInputSet, plStringView sAction, float *pValue=nullptr, plInt8 *pTriggeredSlot=nullptr) | plInputManager | static |
GetInputSlotDeadZone(plStringView sInputSlot) | plInputManager | static |
GetInputSlotDisplayName(plStringView sInputSlot) | plInputManager | static |
GetInputSlotDisplayName(plStringView sInputSet, plStringView sAction, plInt32 iTrigger=-1) | plInputManager | static |
GetInputSlotFlags(plStringView sInputSlot) | plInputManager | static |
GetInputSlotState(plStringView sInputSlot, float *pValue=nullptr) | plInputManager | static |
GetInputSlotTouchPoint(plUInt32 uiIndex) | plInputManager | static |
GetInputSlotTouchPointPositionX(plUInt32 uiIndex) | plInputManager | static |
GetInputSlotTouchPointPositionY(plUInt32 uiIndex) | plInputManager | static |
GetPressedInputSlot(plInputSlotFlags::Enum mustHaveFlags, plInputSlotFlags::Enum mustNotHaveFlags) | plInputManager | static |
InjectInputSlotValue(plStringView sInputSlot, float fValue) | plInputManager | static |
plEventInput typedef (defined in plInputManager) | plInputManager | |
plInputDevice (defined in plInputManager) | plInputManager | friend |
PollHardware() | plInputManager | static |
RemoveEventHandler(plEventInput::Handler handler) | plInputManager | inlinestatic |
RemoveEventHandler(plEventSubscriptionID id) (defined in plInputManager) | plInputManager | inlinestatic |
RemoveInputAction(plStringView sInputSet, plStringView sAction) | plInputManager | static |
RetrieveAllKnownInputSlots(plDynamicArray< plStringView > &out_inputSlots) | plInputManager | static |
RetrieveLastCharacter(bool bResetCurrent=true) | plInputManager | static |
SetActionDisplayName(plStringView sAction, plStringView sDisplayName) | plInputManager | static |
SetExclusiveInputSet(plStringView sExclusiveSet) | plInputManager | inlinestatic |
SetInputActionConfig(plStringView sInputSet, plStringView sAction, const plInputActionConfig &config, bool bClearPreviousInputMappings) | plInputManager | static |
SetInputSlotDeadZone(plStringView sInputSlot, float fDeadZone) | plInputManager | static |
SetInputSlotDisplayName(plStringView sInputSlot, plStringView sDefaultDisplayName) | plInputManager | static |
Update(plTime timeDifference) | plInputManager | static |