Constructor


DebugWindow(name: any, text: any, type: any, callback: any)

Arguments:

name: any
text: any
type: any
callback: any




Methods
















DebugWindow:isMouseOver(x1: any, y1: any, x2: any, y2: any)

Arguments:

x1: any
y1: any
x2: any
y2: any

Returns:

1: boolean




DebugWindow:onMousePressed(x: any, y: any, button: any, istouch: any, presses: any)

Arguments:

x: any
y: any
button: any
istouch: any
presses: any


DebugWindow:onMouseReleased(x: any, y: any, button: any, istouch: any, presses: any)

Arguments:

x: any
y: any
button: any
istouch: any
presses: any







Fields



Undocumented





















DebugWindow.font: love.Font|nil

Defines the shape of characters that can be drawn onto the screen.

Open in Browser