mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
+ added the MAPVK_* winapi constants (used with MapVirtualKey/MapVirtualKeyEx)
git-svn-id: trunk@36412 -
This commit is contained in:
parent
96f28cbb11
commit
b4d7959c7a
@ -6209,6 +6209,19 @@ const
|
||||
GIDC_ARRIVAL = 1;
|
||||
GIDC_REMOVAL = 2;
|
||||
//#endif /* _WIN32_WINNT >= 0x0501 */
|
||||
|
||||
|
||||
//
|
||||
// map types for the MapVirtualKey and MapVirtualKeyEx functions
|
||||
//
|
||||
MAPVK_VK_TO_VSC = 0;
|
||||
MAPVK_VSC_TO_VK = 1;
|
||||
MAPVK_VK_TO_CHAR = 2;
|
||||
MAPVK_VSC_TO_VK_EX = 3;
|
||||
//#if(WINVER >= 0x0600)
|
||||
MAPVK_VK_TO_VSC_EX = 4;
|
||||
//#endif /* WINVER >= 0x0600 */
|
||||
|
||||
{$endif read_interface}
|
||||
|
||||
{$ifdef read_implementation}
|
||||
|
Loading…
Reference in New Issue
Block a user