From 6535cfece8f6f0928298461288b1819f6b06a3b3 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Tue, 16 Aug 2005 01:34:53 +0000 Subject: [PATCH] call InitInputDevice() --- mytest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mytest.py b/mytest.py index 01db6e65..68d777a9 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() -- 2.30.2