egl keyboard and mouse input support

Hi,

I wanted to give keyboard or mouse input from user using egl API. I am using GLES2.

What is the API and whether egl support it.

Note:I can’t use Glut API because I am working on Wayland architecture and not X11.

EGL does not support input devices. You must use platform-specific code for this - whatever input methods 2D Wayland apps would use.