GlyphButtonOverlay
GlyphButtonOverlay
Description
Gamepad button display overlay.
Parent
Functions
new
Description
Definition
new(table? customMt)
Arguments
| table? | customMt |
|---|
Return Values
| table? | self |
|---|
Code
function GlyphButtonOverlay.new(customMt)
local self = ButtonOverlay.new( GlyphButtonOverlay _mt)
return self
end