Hi
I have a problem with my application (a 3D editor) : my application uses a graphic engine and so in the interface I have to include some libraries; the graphic engine intercepts every event when the event happens over the window that contains the 3D model (i.e. mouseOver, MouseClick, KeyPress, .....) .
My engine gives me every indication of events happening over it: I can intercept every key press event, except for esc key; every other key event is managed by my engine and I can do whatever I want.
I am sure this problem is not due to the engine, so probably so there is probably some keyboard hook in the Telerik framework that filter out the Esc key events.
Can you please help me with this problem ?
Thank in advance