Keyboard event

Hello :slightly_smiling_face:
I’m developing plug-in (c++)
Is it possible to implement next behavior?
I have non-modal dialog with edit.
I need to be able to type in this edit even when my dialog isn’t active (after clicking Rhinoceros’s viewport/command line)

Now in such case everything is typed in command line. I understand that I can’t influence on the way Rhinoceros reacts on key pressing. But if it’s possible at least to duplicate text to my dialog in real time?

Thanks in advance for any help you can provide!

Hi @zer41k,

My only suggestion is to hook the keyboard using SetWindowsHookEx.

– Dale

1 Like