ACE3/addons/common/DisableMouseDialog.hpp
JonBons 6b3aa3e0a2
Common - Hide cursor during progress bar (#9128)
* Common - Hide cursor during progress bar (w/ CBA setting)

* Fix base class define

* Removed CBA setting for disabling hiding of the cursor for the ACE progress bar

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-01-24 13:57:10 -06:00

18 lines
487 B
C++

class GVAR(DisableMouse_Dialog) {
idd = -1;
movingEnable = 0;
onLoad = QUOTE(with uiNameSpace do { GVAR(dlgDisableMouse) = _this # 0; };);
objects[] = {};
class controlsBackground {
// Transparent map allows setting custom cursor
class Background: ctrlMapEmpty {
idc = 101;
fade = 1;
x = "safezoneXAbs";
y = "safezoneY";
w = "safezoneWAbs";
h = "safezoneH";
};
};
};