Scroll events

Andreas Raab andreas.raab at gmx.de
Fri Mar 18 21:37:43 UTC 2005


> But note that there is also the possibility to have both:
> 
> keyDown/keyUp -- physical keys, maybe with a name
> 
> keystrokeDown/keystrokeUp -- logical (translated) keys
> 
> Maybe we should distinguish these.
> 
> Do other platforms allow this level of detail?

No. Windows only has the "translated keys", e.g., you will always see 
VK_A regardless of the code that the keyboard might generate.

Cheers,
   - Andreas



More information about the Vm-dev mailing list