| View previous topic :: View next topic |
| Author |
Message |
mypspdev
Joined: 11 Jul 2007 Posts: 178
|
Posted: Sun Sep 30, 2007 1:44 am Post subject: IR Keyboard used when pikey plugin is active |
|
|
Please, I've exeperienced the following situation:
- I've piKey plugin active with 3.52M-33
- running a program of mine with IR keyboard input, I use
| Code: | | ret = pspIrKeybInit( CONFIG_FILE, 0); |
Well, at launch, pikey active white row on top-screen is shown, when my program starts with keyboard, no characters are managed by it, but ctrl^D for example is detected by the piKey plugin (Danzef on/off mode).
If I disable the pikey plugin, my program could well manage the keyboard.
Is there anyway to temporary deactivate pikey plugin from a program?
Thanks in advance |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sun Sep 30, 2007 11:26 am Post subject: |
|
|
| Look at the example app included with pikey for how to use pikey for keyboard input in your own stuff. |
|
| Back to top |
|
 |
mypspdev
Joined: 11 Jul 2007 Posts: 178
|
Posted: Mon Oct 01, 2007 4:34 am Post subject: |
|
|
Thanks J.F.
The lesson is ... before asking read documents, sources, examples and try .... before asking here!
Thanks and sorry...
EDIT:
Created lib hblib.a for
isPikeyLoaded()
requestexclusive()
but they are running properly only under kernel mode, no way to use them under full 3.xx user mode. |
|
| Back to top |
|
 |
|