I have an idea for some pointer (ala mouse/ghost pointer but) which can by controlled in lua.
This may be very useful in the tutorials and in some scenarios.

Some examples in relation to tutorials for what it may be useful:
- e.g. somewhere in the tutorials is a message like "in the top left corner is a mini map" ... what if at the same time you could do something like:
show a pointer in the center of the screen and relatively slow move this pointer to the mini map and then hide/remove it (after some time or after "Ok")? so 2 informations at once text + visual
- e.g. for showing visually a position "move your units there" when e.g. "pointer draws tiny circles in place" so we will be able to easily show for newbies how to "hide archers behind the building" technique
- e.g. for showing visually "click this produce button now" where again "slow movement from the center ..." may be nice
... as I see this pointer should be:
- always visible on top of everything,
- should be controlled in lua,
- should be controlled in relation to the "current screen" so normal/classic X,Y position on the current screen not like everything else "X,Y on the map".