- 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);
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