Advanced Input

thelsdj

21-10-2005 20:38:04

I want to use hardware mouse cursor and also unlock the cursor so it can enter/exit the window in windowed mode.

Usually I'd do this by copying the Windows input reader code from ogre into my project, making adjustments and using that. With OgreDotNet InputReader seems to just be a wrapper around whatever object the ogre dll returns so there doesn't yet seem to be any C# code for me to modify at this point.

Anyone have some suggestions on best way to go about this at this point?