pygwin2/pygwin/events.py
2021-11-02 13:25:13 +03:00

4 lines
82 B
Python

from pygwin._pg import pg as _pg
def getEvents():
return _pg.event.get()