Add files via upload
This commit is contained in:
parent
e87b3c276a
commit
1170f1521c
12 changed files with 764 additions and 0 deletions
13
pygwin/__init__.py
Normal file
13
pygwin/__init__.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
from pygwin.surface import surface
|
||||
import pygwin.keyboard as keyboard
|
||||
import pygwin.gamepad as _gp
|
||||
import pygwin.mouse as mouse
|
||||
from pygwin.rect import rect
|
||||
import pygwin.image as image
|
||||
import pygwin.mixer as mixer
|
||||
from pygwin.events import *
|
||||
from pygame.locals import *
|
||||
from pygwin.font import *
|
||||
from pygwin._win import *
|
||||
from pygwin._pg import pg
|
||||
gamepad = _gp.gamepad(pg)
|
Loading…
Add table
Add a link
Reference in a new issue