Plasma Engine  2.0
Loading...
Searching...
No Matches
plInputManager Member List

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

AddEventHandler(plEventInput::Handler handler)plInputManagerinlinestatic
ClearInputMapping(plStringView sInputSet, plStringView sInputSlot)plInputManagerstatic
ConvertScanCodeToEngineName(plUInt8 uiScanCode, bool bIsExtendedKey)plInputManagerstatic
GetActionDisplayName(plStringView sAction)plInputManagerstatic
GetAllInputActions(plStringView sInputSetName, plDynamicArray< plString > &out_inputActions)plInputManagerstatic
GetAllInputSets(plDynamicArray< plString > &out_inputSetNames)plInputManagerstatic
GetExclusiveInputSet()plInputManagerinlinestatic
GetInputActionConfig(plStringView sInputSet, plStringView sAction)plInputManagerstatic
GetInputActionState(plStringView sInputSet, plStringView sAction, float *pValue=nullptr, plInt8 *pTriggeredSlot=nullptr)plInputManagerstatic
GetInputSlotDeadZone(plStringView sInputSlot)plInputManagerstatic
GetInputSlotDisplayName(plStringView sInputSlot)plInputManagerstatic
GetInputSlotDisplayName(plStringView sInputSet, plStringView sAction, plInt32 iTrigger=-1)plInputManagerstatic
GetInputSlotFlags(plStringView sInputSlot)plInputManagerstatic
GetInputSlotState(plStringView sInputSlot, float *pValue=nullptr)plInputManagerstatic
GetInputSlotTouchPoint(plUInt32 uiIndex)plInputManagerstatic
GetInputSlotTouchPointPositionX(plUInt32 uiIndex)plInputManagerstatic
GetInputSlotTouchPointPositionY(plUInt32 uiIndex)plInputManagerstatic
GetPressedInputSlot(plInputSlotFlags::Enum mustHaveFlags, plInputSlotFlags::Enum mustNotHaveFlags)plInputManagerstatic
InjectInputSlotValue(plStringView sInputSlot, float fValue)plInputManagerstatic
plEventInput typedef (defined in plInputManager)plInputManager
plInputDevice (defined in plInputManager)plInputManagerfriend
PollHardware()plInputManagerstatic
RemoveEventHandler(plEventInput::Handler handler)plInputManagerinlinestatic
RemoveEventHandler(plEventSubscriptionID id) (defined in plInputManager)plInputManagerinlinestatic
RemoveInputAction(plStringView sInputSet, plStringView sAction)plInputManagerstatic
RetrieveAllKnownInputSlots(plDynamicArray< plStringView > &out_inputSlots)plInputManagerstatic
RetrieveLastCharacter(bool bResetCurrent=true)plInputManagerstatic
SetActionDisplayName(plStringView sAction, plStringView sDisplayName)plInputManagerstatic
SetExclusiveInputSet(plStringView sExclusiveSet)plInputManagerinlinestatic
SetInputActionConfig(plStringView sInputSet, plStringView sAction, const plInputActionConfig &config, bool bClearPreviousInputMappings)plInputManagerstatic
SetInputSlotDeadZone(plStringView sInputSlot, float fDeadZone)plInputManagerstatic
SetInputSlotDisplayName(plStringView sInputSlot, plStringView sDefaultDisplayName)plInputManagerstatic
Update(plTime timeDifference)plInputManagerstatic