mkRPG
 All Classes Namespaces Functions
Public Member Functions | Public Attributes
interface.pgcli.Pygame Class Reference
Inheritance diagram for interface.pgcli.Pygame:
interface.interface.Interface

List of all members.

Public Member Functions

def __init__
def resize
def init
def setPerso
def repaint
def end
def getEvent

Public Attributes

 mapView
 fullscreen
 clock
 font
 screen

Detailed Description

pygame-based UI 

Member Function Documentation

quit the game 

Reimplemented from interface.interface.Interface.

get all the events in pygame events queue 

Reimplemented from interface.interface.Interface.

empty events queue and draw screen 

Reimplemented from interface.interface.Interface.

draw everything on screen 

Reimplemented from interface.interface.Interface.

def interface.pgcli.Pygame.resize (   self,
  w,
  h 
)
change screen size 
def interface.pgcli.Pygame.setPerso (   self,
  perso 
)
sets current character 

Reimplemented from interface.interface.Interface.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions