-
Notifications
You must be signed in to change notification settings - Fork 0
This is a test page
Rob Nelson edited this page Feb 6, 2021
·
2 revisions
This is an image:
Image
This a code snippet
CButton1Handler cButtonHandler;
CWindow1Handler cWindowHandler;
float fX = -10;
float fX2 = 10;
* (int *) &fX &= ~0x80000000;
int y = GetY(-10);
int y2 = abs(y);
CSagebox cSagebox;
auto& cWin = cSagebox.NewWindow();
auto& cSlider = cWin.NewSlider(20,20,200,opt::Label("This is a slider"));
auto& cButton = cWin.NewButton(20,100,"Test Button");