Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Plugin keyhandler question

May
12,930
170
When the user executes a command (by pressing <Enter>) a plugin keyhandler gets nKey=13, then nKey=0.

What's the nKey=0 all about?
 
vefatica wrote:

> When the user executes a command (by pressing <Enter>) a plugin keyhandler gets nKey=13, then nKey=0.
>
> What's the nKey=0 all about?

Not exactly -- when you execute a command by pressing Enter, the
keyhandler gets nKey=13. The command is executed, and before input is
accepted for the next command, the keyhandler is called with all fields
set to 0.

This is documented in the SDK and the online help (see Reference
Information / Plugins).

Rex
 

Similar threads

Back
Top