Google News
logo
JOGL - Interview Questions
What are the methods of GLEventListener interface that are mandatory to override?
Following are the four methods of GLEventListener interface that are required to override :
 
* display(GLAutodrawable drawable)
* init(GLAutoDrawable drawable)
* void displayChanged(GLAutoDrawable drawable, boolean modeChanged, boolean deviceChanged)
* void reshape(GLAutoDrawable drawable, int x, int y, int width, int height)

Advertisement