I added support for a custom mouse cursor to the HUD.
Use it like this:
hud.setCursor( cursorTexture );
You can additionally set the cursor’s visibility by
hud.setCursorVisibility( boolean );
And you should also call:
canvas.hideMouseCursor();
to hide the system mouse cursor.
Enjoy :)!
Marvin