keybd_event KEYEVENTF_EXTENDEDKEY explanation required
问题 In documentation it says: KEYEVENTF_EXTENDEDKEY (0x0001): If specified, the scan code was preceded by a prefix byte having the value 0xE0 (224). Can someone explain what this means? What is the difference between this: keybd_event(RIGHT, 0, 0, 0); keybd_event(RIGHT, 0, 2, 0); and this: keybd_event(RIGHT, 0, 1 | 0, 0); keybd_event(RIGHT, 0, 1 | 2, 0); because when I execute this code I can't see no difference? Also, what is "byte bScan" for? In description it is: A hardware scan code for the