Krita Source Code Documentation
Loading...
Searching...
No Matches
osx.h
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 */
6extern "C" {
8 void setMouseCoalescingEnabled(bool enabled);
9}
bool isMouseCoalescingEnabled()
Definition osx.mm:13
void setMouseCoalescingEnabled(bool enabled)
Definition osx.mm:17