call InitInputDevice()
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Tue, 16 Aug 2005 01:34:53 +0000 (01:34 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Tue, 16 Aug 2005 01:34:53 +0000 (01:34 +0000)
mytest.py

index 01db6e65c263e949306c3d56ef919a907b054a74..68d777a9ee562cacf961ff07e344dbaf89dc439a 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -12,6 +12,7 @@ from Navigation import Navigation
 
 from skin import readSkin, applyAllAttributes
 
+
 # A screen is a function which instanciates all components of a screen into a temporary component.
 # Thus, the global stuff is a screen, too.
 # In a screen, components can either be instanciated from the class-tree, cloned (copied) or
@@ -159,6 +160,9 @@ keymapparser.readKeymap()
 import skin
 skin.loadSkin(getDesktop())
 
+import Components.InputDevice
+Components.InputDevice.InitInputDevices()
+
 # first, setup a screen
 runScreenTest()