X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/98c4b5bb004e9297bffa8e1c3572572741fda933..5db1b523e89c6abca92c70916ef7a63b6d51b7e3:/mytest.py 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()