de.lessvoid.nifty.spi.render
Interface MouseCursor


public interface MouseCursor

A MouseCursor Handle ready to be applied as the current mouse cursor of the window. This represents a loaded MouseCursor resource ready to be applied using NiftyMouse.

Author:
void

Method Summary
 void dispose()
          Dispose all resources this mouse cursor might require.
 

Method Detail

dispose

void dispose()
Dispose all resources this mouse cursor might require. After this has been called the MouseCursor should not be used anymore.



Copyright © 2012. All Rights Reserved.