From: Ronny Strutz Date: Tue, 16 Aug 2005 01:34:53 +0000 (+0000) Subject: call InitInputDevice() X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=6535cfece8f6f0928298461288b1819f6b06a3b3 call InitInputDevice() --- diff --git a/mytest.py b/mytest.py index 01db6e6..68d777a 100644 --- 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()