Recent

Author Topic: VK_POINT and VK_COMMA - where are they?  (Read 998 times)

winni

  • Hero Member
  • *****
  • Posts: 3197
VK_POINT and VK_COMMA - where are they?
« on: September 21, 2020, 05:20:05 pm »
Hi!

VK_POINT and VK_COMMA - where are they?

In the  LCLtype they are in a comment:

Code: Pascal  [Select][+][-]
  1. //  VK_SEMICOLON  = 186;
  2. //  VK_EQUAL      = 187; // $BB
  3. //  VK_COMMA      = 188;
  4. //  VK_POINT      = 190;
  5. //  VK_SLASH      = 191;
  6. //  VK_AT         = 192;
  7.  


I scanned the whole LCL and did not find them.

Anyway: The KeyUp/KeyDown for them gives 190 and 188 as shown in the comment.

Where are the defined? And are they the same on different international keyboards?

Winni

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: VK_POINT and VK_COMMA - where are they?
« Reply #1 on: September 21, 2020, 05:30:17 pm »
Hi!

Sorry - too impatient:

They are in the LCLtype at

Code: Pascal  [Select][+][-]
  1.  VK_OEM_PLUS            = $BB; // For any country/region, the '+' key
  2.  VK_OEM_COMMA           = $BC; // For any country/region, the ',' key
  3.  VK_OEM_MINUS           = $BD; // For any country/region, the '-' key
  4.  VK_OEM_PERIOD          = $BE; // For any country/region, the '.' key
  5.  

Winni

 

TinyPortal © 2005-2018