SInput
Functions
GetKeyDown
Parameter
Type
Description
thisGameObject = Space.Host.ExecutingObject
OnUpdate = function()
if Space.Input.GetKeyDown("space") then
Space.Log("Jump Key Down")
end
end
thisGameObject.OnUpdate(OnUpdate) GetKeyUp
Parameter
Type
Description
GetKey
Parameter
Type
Description
GetMouseDown
Parameter
Type
Description
GetMouseUp
Parameter
Type
Description
GetMouseHold
Parameter
Type
Description
Vibrate
Parameter
Type
Description
Properties
ScrollWheel
MousePosition
MovementAxis
TurnAxis
MouseLook
MouseX
MouseY
ClickToWalk
Fire
AltFire
CursorInUI
IsVRAvailable
IsVRActive
VRLeftControllerPosition
VRRightControllerPosition
VRLeftControllerRotation
VRRightControllerRotation
Input Key Names
Last updated
Was this helpful?

