InputSystem
Inherits: GameSystem
Not creatable
This class cannot be created with the
new keyword.Properties
IsCursorVisible boolean deprecated
Functions
Signals
GlobalMouseButtonPressed MouseButton
GlobalMouseButtonReleased MouseButton
KeyPressed KeyName
KeyReleased KeyName
MouseButtonPressed MouseButton
MouseButtonReleased MouseButton
MouseMoved Vector2
MouseScrolled Vector2
PhysicalKeyPressed KeyName
PhysicalKeyReleased KeyName
Properties
Archivable boolean
IsInDataModel boolean read-only
IsInWorld boolean read-only
Locked boolean
Name string
Parent Instance?
SortIndex number read-only
Functions
AttachCoreScript(path: string)
AttachScript(path: string)
Destroy()
DestroyAfter(delaySeconds: number)
DetachCoreScript(path: string)
DetachScript(path: string)
GetScriptCount() Returns number
GetScriptPath(index: number) Returns string
IsDescendantOfClass(className: string) Returns boolean
MoveAfter(sibling: Instance)
MoveBefore(sibling: Instance)
Properties
ClassName string read-only
Functions
IsA(className: string) Returns boolean
Signals
Changed string