From 84670d3dc9c9dc29fd3af42b2f25092b3b6c2a09 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 27 Jan 2005 06:25:40 +0000 Subject: - add rcconsole key input (for now) - very basic method of delivering keys into python (will be changed, of course) --- lib/python/enigma_python.i | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/python/enigma_python.i') diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index c621bb62..367d8f8e 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -53,6 +53,8 @@ is usually caused by not marking PSignals as immutable. #include extern void runMainloop(); + +extern PSignal1 &keyPressedSignal(); %} #define DEBUG @@ -127,3 +129,5 @@ public: /************** debug **************/ void runMainloop(); +%immutable keyPressed; +PSignal1 &keyPressedSignal(); -- cgit v1.2.3