语言

Menu
Sites
Language
Virtual keabord in opengl app

Hi,

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

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

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.