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
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52