MouseInputActionData

Inherits from AxesInputActionData

Summary

Constructors

MouseInputActionData()
MouseInputActionData(guid: Guid)
MouseInputActionData(other: AxesInputActionData)
MouseInputActionData(other: InputActionData)
MouseInputActionData(other: DataContainer)

Properties

Name Type
button InputDeviceMouseButtons
simulateJoystickAxis bool
rememberExcessInput bool
scaleScrollWheelAxisInput bool

Static members

Name Type
MouseInputActionData.typeInfo TypeInformation

Constructors

MouseInputActionData

MouseInputActionData()

Creates a new MouseInputActionData frostbite instance.

MouseInputActionData

MouseInputActionData(guid: Guid)

Creates a new MouseInputActionData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

MouseInputActionData

MouseInputActionData(other: AxesInputActionData)

Casts an instance of type AxesInputActionData to MouseInputActionData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AxesInputActionData The instance to cast to MouseInputActionData.

MouseInputActionData

MouseInputActionData(other: InputActionData)

Casts an instance of type InputActionData to MouseInputActionData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other InputActionData The instance to cast to MouseInputActionData.

MouseInputActionData

MouseInputActionData(other: DataContainer)

Casts an instance of type DataContainer to MouseInputActionData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to MouseInputActionData.

Properties

button

InputDeviceMouseButtons

simulateJoystickAxis

bool

rememberExcessInput

bool

scaleScrollWheelAxisInput

bool

Static members

typeInfo

TypeInformation

The type information for the MouseInputActionData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)