Please add a command to show/hide the mouse cursor so that we are able to create things like radial menus and so
thx
X39
Please add a command to show/hide the mouse cursor so that we are able to create things like radial menus and so
thx
X39
create them with cutrsc, unless you want take mouse control from the unit to use radial menu yet not giving player the use of mouse cursor which makes no sense.
it is for a radial menu
(see http://forums.bistudio.com/showthread.php?173237 for the mod i need it for)
but there are also other advanced usecases for such a thing (all in combination with display event handlers for manual tracking of mouse position)
Agreed this would be awsm like in the class you have:
class SOD141_RepackDialog
{
idd = 141;
movingenable = 0;
enableMouse = 0;
};
and now the mouse would be gone when inside that dialog.