Example #1
0
 def blitz(self, surface_: 'surface', x: 'int'=0, y: 'int'=0, overwrite: 'bool'=True) -> "void":
     return _pylogilcd.surface_blitz(self, surface_, x, y, overwrite)
Example #2
0
 def blitz(self, surface_, x=0, y=0, overwrite=True):
     return _pylogilcd.surface_blitz(self, surface_, x, y, overwrite)