Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Jul : Re: (Keyboard event origin) Is any key phisically pressed?

www.cryer.info
Managed Newsgroup Archive

Re: (Keyboard event origin) Is any key phisically pressed?

Subject:Re: (Keyboard event origin) Is any key phisically pressed?
Posted by:"Jim Rowell" (x@y.com)
Date:Tue, 25 Jul 2006 10:06:50

Kürşat wrote:
> Thanks,
> I will try and write results here.

I should have mentioned that the code for the LowLevelKeyboardProc is 13.
It's not defined in Delphi.

const
    WH_KEYBOARD_LL = 13;

...

SetWindowHookEx(WH_KEYBOARD_LL, KeyBoardProcAddr, hLibrary, 0);

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive