언어 설정

Menu
Sites
Language
Virtual keabord in opengl app

Hi,

is it possible to show virtual keyboard in full-screen-opengl application? And how?

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
Chintan Gandhi

Hi Szymon Majewski,

You can use IKeyEventListener for your openGL app, so definetly you can use virtual keyboard. It would be displayed if you are using edit field or text field in your app.

The Sample App "OpenGL" in sdk uses IKeyEventListener just check once.