Module dgstuff :: Class dginput
[frames] | no frames]

Class dginput

source code



To Do: aggiungere callback principale (si attiva ALLA CONFERMA dell'input)

Instance Methods
 
__init__(self, data) (Inherited from dgstuff.dgstuff) source code
 
dbgprint(self, msg) (Inherited from dgstuff.dgstuff) source code
 
finish(self) source code
 
pause(self)
pause the menu controls
source code
 
play(self)
(re)start the control
source code
 
settexture(self, model, texture=None, wrapmode='clamp', scale=None)
Apply a texture over the menu panel model and set transparency automatically (Inherited from dgstuff.dgstuff)
source code

Inherited from direct.showbase.DirectObject.DirectObject: accept, acceptOnce, addTask, classTree, detectLeaks, doMethodLater, getAllAccepting, ignore, ignoreAll, isAccepting, isIgnoring, removeAllTasks, removeTask

Method Details

pause(self)

source code 

pause the menu controls

Overrides: dgstuff.pause

play(self)

source code 

(re)start the control

Overrides: dgstuff.play

Note: SetFocus actually won't work