Re: [lazarus] Determining Crossplatform functions

2008-02-01 Thread SteveG
: Fri 2/1/2008 7:50 AM To: lazarus@miraclec.com Subject: [lazarus] Determining Crossplatform functions Could anybody tell me if GetKeyState (and family) is cross platform or not ? - if not, is there a cross platform equivalent? I know that it is ultimately connected to the winapi, but does fpc/laz

RE: [lazarus] Determining Crossplatform functions

2008-02-01 Thread Hess, Philip J
GetKeyState is in LclIntf unit, available on all platforms. Look in LclIntf for cross-platform equivalents of Win API functions. Thanks. -Phil -Original Message- From: SteveG [mailto:[EMAIL PROTECTED] Sent: Fri 2/1/2008 7:50 AM To: lazarus@miraclec.com Subject: [lazarus] Determining

Re: [lazarus] Determining Crossplatform functions

2008-02-01 Thread Marc Weustink
SteveG wrote: Could anybody tell me if GetKeyState (and family) is cross platform or not ? - if not, is there a cross platform equivalent? I know that it is ultimately connected to the winapi, but does fpc/laz redirect to suit platforms ? On this note, is it at all possible to know which fun

[lazarus] Determining Crossplatform functions

2008-02-01 Thread SteveG
Could anybody tell me if GetKeyState (and family) is cross platform or not ? - if not, is there a cross platform equivalent? I know that it is ultimately connected to the winapi, but does fpc/laz redirect to suit platforms ? On this note, is it at all possible to know which functions are x-p