Keystroke with _Inp32 and _Out32

My x64 port of InpOut32
Post Reply
Etuldan
New User
Posts: 1
Joined: Sat Jan 09, 2016 1:54 pm

Keystroke with _Inp32 and _Out32

Post by Etuldan »

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 admin, UAC is disabled. Both have Win7 64 OS, uptodate.

The Laptop has the touchpad, the internal keyboard, a basic USB keyboard and a basic USB mouse.
The Desktop has a Logitech G510 (USB) keyboard, a Nostromo (USB) 'keyboard', a Logitech G500 (USB) mouse and a Logitech G600 (USB) mouse.

Why InpOut32 seems to work only on one computer ?
Post Reply