Roblox API Reference

GamepadService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (6)

Type Member History
bool GamepadCursorEnabled 451 512 512 512 512 512
null DisableGamepadCursor () 512 573
null EnableGamepadCursor (Instance guiObject) 512 573
Vector2 GetGamepadCursorPosition () 451
null SetGamepadCursorPosition (Vector2 position) 451 573
GamepadThumbstick1Changed (Vector2 event) 499
57 members inherited from Instance

History

Members

DisableGamepadCursor On DevHub

Name Type Default
No parameters.

History

EnableGamepadCursor On DevHub

Name Type Default
guiObject Instance none

History

GamepadCursorEnabled On DevHub

History

GamepadThumbstick1Changed On DevHub

Name Type Default
event Vector2 none

History

GetGamepadCursorPosition On DevHub

Name Type Default
No parameters.

History

SetGamepadCursorPosition On DevHub

Name Type Default
position Vector2 none

History

Relevant classes (1)