4 lines
82 B
Python
4 lines
82 B
Python
from pygwin._pg import pg as _pg
|
|
|
|
def getEvents():
|
|
return _pg.event.get()
|