09-30-2012 03:52 PM
what do I need to do to listen for changes in keyboard visibility? I can listen for key presses but can't for visibility neither can i find sample/thread.
Thanks for info you can provide to help me.
Solved! Go to Solution.
10-01-2012 05:46 AM
Is this with Qt or raw API calls? I've not tried it with the native API, but according to the docs the app should call virtual_keyboard_request_events() then it's supposed to get events VIRTUAL_KEYBOARD_EVENT_VISIBLE etc. With Qt it's a bit awkward, because the Qt implementation swallows the keyboard events.
10-01-2012 08:39 AM
Since the question about how to integrate BPS events into Qt applications comes up again and again, I've written a HOWTO for that, see the BPS Event Integration in Qt wiki article.
10-01-2012 08:44 AM
Thanks kboone.
For some reason I couldn't find anything related to it but once i searched VIRTUAL_KEYBOARD_EVENT_VISIBLE I got exactly what i needed.
Regards
C