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 Type
    Method
    Description
    void
    Tell 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.