Add files via upload
This commit is contained in:
parent
e87b3c276a
commit
1170f1521c
12 changed files with 764 additions and 0 deletions
4
pygwin/events.py
Normal file
4
pygwin/events.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from pygwin._pg import pg as _pg
|
||||
|
||||
def getEvents():
|
||||
return _pg.event.get()
|
Loading…
Add table
Add a link
Reference in a new issue