mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9291d9b714
* Hide cursor when blocking inputs * Update addons/common/DisableMouseDialog.hpp Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/common/functions/fnc_disableUserInput.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/common/DisableMouseDialog.hpp Co-authored-by: PabstMirror <pabstmirror@gmail.com>
11 lines
350 B
C++
11 lines
350 B
C++
class CfgWrapperUI {
|
|
class Cursors {
|
|
class Arrow;
|
|
class GVAR(blank): Arrow {
|
|
// This texture has a single 99% transparent pixel and is otherwise blank
|
|
// The single pixel is necessary, otherwise appears as a black 32 px square
|
|
texture = QPATHTOF(data\blank_cursor_ca.paa);
|
|
};
|
|
};
|
|
};
|