10.12.2010 - light modifies in headers

This commit is contained in:
peri4
2010-12-10 23:42:53 +03:00
parent 480eb64f62
commit 8926fe2f69
8 changed files with 14 additions and 16 deletions

View File

@@ -6,11 +6,11 @@
#include <termios.h>
#endif
typedef void (*KBFunc)(void * , char);
typedef void (*KBFunc)(char, void * );
class PIKbdListener: public PIThread {
public:
// slot is any function format "void <func>(void * , char)"
// slot is any function format "void <func>(char, void * )"
PIKbdListener(KBFunc slot = 0, void * data = 0);
~PIKbdListener();