Search found 2 matches
- Sat Nov 04, 2006 3:15 pm
- Forum: Irrlicht.NET
- Topic: C#, rendering in tabpages (TabControl)
- Replies: 10
- Views: 15898
- Mon Mar 20, 2006 9:32 pm
- Forum: Irrlicht.NET
- Topic: checking keyboard events
- Replies: 1
- Views: 1669
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 process...