Package com.io7m.jcamera.examples.jogl
Interface ExampleRendererControllerType
- All Known Subinterfaces:
ExampleRendererType
- All Known Implementing Classes:
ExampleRenderer
public interface ExampleRendererControllerType
The interface that the simulation uses to talk to the renderer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidTell the renderer/windowing system that it should warp the pointer to the center of the screen.
-
Method Details
-
sendWantWarpPointer
void sendWantWarpPointer()Tell the renderer/windowing system that it should warp the pointer to the center of the screen.
-