Full screen mode and custom cursors

Hi all,

I’m developing a new website and I’m using a custom cursor, so at some point I use Mouse.hide(). I also have a full screen mode available, the problem is that whenever full screen mode is initialised, the standard cursor displays while the “Press esc to exit full screen mode”. When the message goes away, the standard cursor dissappears again, I guess because the focus changes.

I can’t find any documentation for an event which occurs when the message dissappears, if I could I would just hide the custom cursor on entering full screen mode then start it again on the message dissappearing.

Does anyone know of a way of achieving this?

Much appreciated
Kevin