Krita Source Code Documentation
Loading...
Searching...
No Matches
osx.h File Reference

Go to the source code of this file.

Functions

bool isMouseCoalescingEnabled ()
 
void setMouseCoalescingEnabled (bool enabled)
 

Function Documentation

◆ isMouseCoalescingEnabled()

bool isMouseCoalescingEnabled ( )

Definition at line 13 of file osx.mm.

13 {
14 return NSEvent.isMouseCoalescingEnabled;
15}

◆ setMouseCoalescingEnabled()

void setMouseCoalescingEnabled ( bool enabled)

Definition at line 17 of file osx.mm.

17 {
18 NSEvent.mouseCoalescingEnabled = enabled;
19}