IR Keyboard used when pikey plugin is active

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
mypspdev
Posts: 178
Joined: Wed Jul 11, 2007 10:30 pm

IR Keyboard used when pikey plugin is active

Post by mypspdev »

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: Select all

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
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Look at the example app included with pikey for how to use pikey for keyboard input in your own stuff.
mypspdev
Posts: 178
Joined: Wed Jul 11, 2007 10:30 pm

Post by mypspdev »

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.
Post Reply