Opened 15 years ago
Closed 6 years ago
#10069 closed Patch - Feature (Abandoned)
Input manager for MythUI
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - User Interface Library | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
As proposed in ticket #10053, this is the implementation of a plugin system for user input device. To create a new plugin, we need to include mythinputinterface.h, no other include is required.
This interface allow the plugin to send QKeyEvent to the main window, get and store its settings and display some messages in the terminal (Error, Warning, Info and Debug)
It make it very easy to create new input plugin. new plugin need to be include in the plugin directory in inputevents i.e on my system /usr/local/lib/mythtv/inputevents
Attachments (3)
Change History (6)
by , 15 years ago
| Attachment: | mythinputmanager-2009-09-29.diff added |
|---|
by , 15 years ago
| Attachment: | mythinputlirc.tar.gz added |
|---|
by , 15 years ago
| Attachment: | mythwiimote.tar.gz added |
|---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
I suspect my patch to cause the frontend to crash on exit. I have no time to track it down right now but will definitely do it in the near future

Also attached to simple and most likely not complete implementation of a plugin: