ZeCryptic / osu-cat

141 stars 29 forks source link

Support for other OS #22

Open haruyuki opened 6 years ago

haruyuki commented 6 years ago

Using win32gui is... Well only for Windows. If the OS isn't Windows, it will use Tk.winfo_pointerxy() instead.

This was tested on Mac only, not sure if this works on Linux. On a side note, using the keyboard library on Linux or Mac requires sudo.