Franz H.
Results
2
issues of
Franz H.
 Im Not sure how to handle this. Maybe its the best way not showing it. (like its right now) Or only Show Pinned Tags ? (-> #51) or create...
so i was wondering if we have touchscreen support via mouse. my testing program: ``` import mouse import time events = [] mouse.hook(events.append) while 1: mouse._listener.queue.join() for event in events:...