smiley80
19-10-2010 16:59:32
IIRC you have to use the handle of the Form instead of the Panel:
You can use the Key* and Mouse* events of the Panel.
mInputMgr = MOIS.InputManager.CreateInputSystem((uint)myForm.Handle);
Any other input methods?
You can use the Key* and Mouse* events of the Panel.