File indexing completed on 2024-05-12 16:01:59

0001 /*
0002  *  SPDX-FileCopyrightText: 2017 Bernhard Liebl
0003  *
0004  * SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 extern "C" {
0007     bool isMouseCoalescingEnabled();
0008     void setMouseCoalescingEnabled(bool enabled);
0009 }