com.threerings.opengl.renderer
Interface Renderer.Observer

All Known Implementing Classes:
CameraHandler, OrbitCameraHandler, StretchWindow, UserInterfaceWindow
Enclosing class:
Renderer

public static interface Renderer.Observer

An interface for objects interested in renderer state changes.


Method Summary
 void sizeChanged(int width, int height)
          Notes that the size of the renderer's drawable surface has changed.
 

Method Detail

sizeChanged

void sizeChanged(int width,
                 int height)
Notes that the size of the renderer's drawable surface has changed.



Copyright © 2011. All Rights Reserved.