Changes between Initial Version and Version 1 of Ticket #3990, comment 8


Ignore:
Timestamp:
01/26/24 00:10:08 (10 months ago)
Author:
Jpm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3990, comment 8

    initial v1  
    22
    33{{{
    4 Although the least significant bit of the return value indicates whether the key has been pressed since the last query, due to the preemptive multitasking nature of Windows, another application can call GetAsyncKeyState and receive the "recently pressed" bit instead of your application. The behavior of the least significant bit of the return value is retained strictly for compatibility with 16-bit Windows applications (which are non-preemptive) and should not be relied upon.
     4Although the least significant bit of the return value indicates whether the key has been
     5pressed since the last query, due to the preemptive multitasking nature of Windows, another
     6application can call GetAsyncKeyState and receive the "recently pressed" bit instead of your
     7application. The behavior of the least significant bit of the return value is retained
     8strictly for compatibility with 16-bit Windows applications (which are non-preemptive) and
     9should not be relied upon.
    510}}}