Add files via upload
This commit is contained in:
parent
30335803c9
commit
87301f4d34
13 changed files with 786 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