muhaha211
muhaha211
sorry for stupid question but the instruction tells me not to install vm tools and as far as i know vm tools is the only way to install graphic cards...
When entering Unicode keys in pygame, the keydown event does not recognize those keys at all. For example, pressing the 'd' key in English triggers a keydown event, but pressing...
```python import numpy as np import win32gui, win32ui, win32con import time import cv2 import psutil def memory_usage(message: str = 'debug'): # current process RAM usage p = psutil.Process() rss =...
mousemove relative works just fine but when trying absolute the mouse moves in a weird way. it moves like relative. tried both lgs and new ghub but the result is...