Skip to content

TitleForDebug

Nonki Takahashi edited this page Apr 24, 2017 · 2 revisions

TitleForDebug

Display values using GraphicsWindow.Title or TextWindow.Title for debug.

If debug Then
  mx = GraphicsWindow.MouseX
  my = GraphicsWindow.MouseY
  GraphicsWindow.Title = mx + "," + my
EndIf

Other Resources


Clone this wiki locally