Cursor Behind GUI Elements

Hello,

Just a small problem here: my cursor is being drawn behind GUI buttons and text. Is there some sort of sorting property I can set for either the gui elements or my cursor?

Thanks!

Yup, there is. You just have to call:

yourMouseCursor.setBin("gui-popup",10)

Note that there is a better way to set the mouse cursor using (I think) something like mouseWatcherNode.setGeometry, but I’m not sure.