We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf45d commit 3ccb7b3Copy full SHA for 3ccb7b3
Screen.lua
@@ -95,6 +95,24 @@ function Screen.new()
95
96
function self:wheelmoved() end
97
98
+ function self:gamepadaxis() end
99
+
100
+ function self:gamepadpressed() end
101
102
+ function self:gamepadreleased() end
103
104
+ function self:joystickadded() end
105
106
+ function self:joystickaxis() end
107
108
+ function self:joystickhat() end
109
110
+ function self:joystickpressed() end
111
112
+ function self:joystickreleased() end
113
114
+ function self:joystickremoved() end
115
116
return self;
117
end
118
0 commit comments