Krita Source Code Documentation
Loading...
Searching...
No Matches
osx.mm
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2017 Bernhard Liebl
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
#import <AppKit/AppKit.h>
7
8
extern
"C"
{
9
bool
isMouseCoalescingEnabled
();
10
void
setMouseCoalescingEnabled
(
bool
enabled);
11
}
12
13
bool
isMouseCoalescingEnabled
() {
14
return
NSEvent.isMouseCoalescingEnabled;
15
}
16
17
void
setMouseCoalescingEnabled
(
bool
enabled) {
18
NSEvent.mouseCoalescingEnabled = enabled;
19
}
isMouseCoalescingEnabled
bool isMouseCoalescingEnabled()
Definition
osx.mm:13
setMouseCoalescingEnabled
void setMouseCoalescingEnabled(bool enabled)
Definition
osx.mm:17
libs
ui
osx.mm
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1