Skip to main content
Skip to main content

GlyphButtonOverlay

GlyphButtonOverlay

Description

Gamepad button display overlay.

Parent

ButtonOverlay

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