My Android app uses a GLSurfaceView so that I can draw to screen
directly from native code. As part of the app, I invoke the Android
softKeyboard when necessary to receive input. I then feed the input to
the native app via JNI.
All this works well...

Now, the problem is that I need to know the dimensions of the soft
keyboard or any other Input Method windows that are displayed so that
I can pan, scroll the native application correctly.

Is it possible to get the dimensions of the soft keyboard?
Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to