Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Okay I have a silly little project in C# so far it creates a node with an md2 model and it bounces up and down with basic physics calculations.
I'm fairly new to C#...okay very new...and I'm not sure how to check for user input and do something with it. Like if they press up I'd like to update a variable or something (ucavVel.Y+=10 or something like that)