Delphi 2010: Form OnKeyDown, OnKeyPress or OnKeyUp doesn't work at all when using OpenGL!

Posted by user336557 on Stack Overflow See other posts from Stack Overflow or by user336557
Published on 2010-05-11T12:25:15Z Indexed on 2010/05/11 12:44 UTC
Read the original article Hit count: 300

Filed under:
|

I have a form and I've passed its handle to the OpenGL class to draw. I want to get keyboard commands from the user but it seems the procedures for getting the keys doesn't run (I've tested it). Although, I am using OnMouseDown with no problem at all.

Is there anything I am missing here? Anyone has a solution?

© Stack Overflow or respective owner

Related posts about delphi-2010

Related posts about opengl