Search found 2 matches

by 2playgames
Sat Nov 04, 2006 3:15 pm
Forum: Irrlicht.NET
Topic: C#, rendering in tabpages (TabControl)
Replies: 10
Views: 20289

don't know about irrlicht, but in directx you can set a Panel as rendering target. maybe you can do that and use buttons instead of tabs to switch to another level
by 2playgames
Mon Mar 20, 2006 9:32 pm
Forum: Irrlicht.NET
Topic: checking keyboard events
Replies: 1
Views: 1845

checking keyboard events

hi. i'm quite new to game programming with .NET and C#. I've done some stuff with forms and buttons but this is still a bit hard for me.

so, what i want to do is make the camera move when the players presses a key. i've made these codes:

directly in the class:
static EventProcesser ep;

event ...