0

I want to use a game mapping script written for Windows here that uses this very simple line:

from win32api import keybd_event, GetAsyncKeyState

I wonder if there is a similar easy line I could use in Linux.

In other words, I just need a way to signal to the running script when to start reading coordinates and when to stop...

B Furtado
  • 1,488
  • 3
  • 20
  • 34
  • Does this answer your question? [Need to intercept HID Keyboard events (and then block them)](https://stackoverflow.com/questions/7668872/need-to-intercept-hid-keyboard-events-and-then-block-them) – Ulrich Eckhardt Mar 20 '21 at 15:06
  • Not really. I took a look. But I'm not an expert on C or Linux. I know my away around python and was just trying to use a script originally thought for Windows. – B Furtado Mar 20 '21 at 15:40

0 Answers0