CRM64Pro GDK v0.14.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

bool info (Sint32 iMode=0) override
 Request DebugWindow information.
const string & getName () const override
 Get the name.
Uint32 getID () const override
 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.