Uses of Class
org.lwjgl.input.Cursor

Packages that use Cursor
org.lwjgl.input   
 

Uses of Cursor in org.lwjgl.input
 

Methods in org.lwjgl.input that return Cursor
static Cursor Mouse.getNativeCursor()
          Gets the currently bound native cursor, if any.
static Cursor Mouse.setNativeCursor(Cursor cursor)
          Binds a native cursor.
 

Methods in org.lwjgl.input with parameters of type Cursor
static Cursor Mouse.setNativeCursor(Cursor cursor)
          Binds a native cursor.
 



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.