SendInput scan code on Windows 7 x64
- by Stanomatic
I am working with a WPF application sending keys to a game. I opened spy++ to observer s as a key press on the keyboard. I then press my button on the application and I noticed a different scan code in spy++ messages. Could this be somthing to do with Windows 7 64bit?
Partial listing:
var down = new INPUT();
down.Type = (UInt32)InputType.KEYBOARD;…