Search found 1 match

by Etuldan
Sat Jan 09, 2016 2:08 pm
Forum: InpOut32 (x64)
Topic: Keystroke with _Inp32 and _Out32
Replies: 0
Views: 29153

Keystroke with _Inp32 and _Out32

Hi, I'm trying to send keystroke (aka emulated keyboard) with InpOut32. In short, I'm calling : _IsInpOutDriverOpen() _Out32(0x64,0xD2) _Out32(0x60,0x1C) to send a "A" key. It's working on a laptop computer, but not on my main desktop computer. On both, I already installed the driver as ad...