Re: [lazarus] Is GetAsyncKeyState exclusive of Windows?

2008-02-01 Thread Giuliano Colla
Marco Alvarado ha scritto: I want to read virtual keys with this function, but when trying to compile my code in Ubuntu, I can't find the unit where it is defined (if any) on Linux. Had the idea it was available in both platforms, indeed in read it in a forum. Also virtual key constants are

RE: [lazarus] Is GetAsyncKeyState exclusive of Windows?

2008-02-01 Thread Hess, Philip J
GetKeyState is available in LclIntf, but not GetAsyncKeyState. Refer to Win API documentation for the difference. Thanks. -Phil -Original Message- From: Marco Alvarado [mailto:[EMAIL PROTECTED] Sent: Fri 2/1/2008 8:28 PM To: lazarus@miraclec.com Subject: [lazarus] Is GetAsyncKeyState