CRM64Pro GDK v0.13.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
CRM64Pro::DebugWindow

DebugWindow Object class. More...

Detailed Description

DebugWindow Object class.

Public Member Functions

Sint32 info (Sint32 iMode=0)
 Request DebugWindow information.
Sint32 getName (string &sName)
 Get the name.
Uint32 getID ()
 Get the ID.
WidgetbaseWidget ()
 Get the reference to base Widget for this object.
Sint32 attachTo (Sint32 idScreen)
 Attach this debugwindow to a screen.
Sint32 addWatch (const string &sName, Sint32 *iIntegerVar, float *fFloatVar=nullptr)
 Add a watch.
Sint32 removeWatch (const string &sName)
 Remove a watch.
Sint32 setRefreshInterval (Sint32)
 Set the refresh interval.
Uint64 getRefreshInterval ()
 Get the refresh interval.