WINDOW IN addCheckBox

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
PlayG7SeveN
Posts: 22
Joined: Wed Apr 18, 2007 4:17 pm

WINDOW IN addCheckBox

Post by PlayG7SeveN »

Code: Select all

IGUIWindow* window = env->addWindow(
	rect<s32>(150 + cnt, 140 + cnt, 500 + cnt, 330 + cnt),
	false,
	L"OPTIONS");
windows inn addCheckBox?

CheckBox name L"OpenGL"

PLEASE ,HELP ME
PlayG7SeveN
Posts: 22
Joined: Wed Apr 18, 2007 4:17 pm

Post by PlayG7SeveN »

Code: Select all

env->addCheckBox(opengl, core::rect<int>(10,-50,130,135),
		window, 4, L"OpenGL");

ok.I DID
Post Reply