![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
#include "deskflow/PlatformScreen.h"#include "platform/OSXClipboard.h"#include "platform/OSXPowerManager.h"#include <Carbon/Carbon.h>#include <IOKit/IOMessage.h>#include <mach/mach_init.h>#include <mach/mach_interface.h>#include <mach/mach_port.h>#include <bitset>#include <map>#include <memory>#include <vector>

Go to the source code of this file.
Classes | |
| class | OSXScreen |
| Implementation of IPlatformScreen for OS X. More... | |
Typedefs | |
| using | CGSConnectionID = int |
Functions | |
| CGError | CGSSetConnectionProperty (CGSConnectionID cid, CGSConnectionID targetCID, CFStringRef key, CFTypeRef value) |
| int | _CGSDefaultConnection () |
| using CGSConnectionID = int |
| int _CGSDefaultConnection | ( | ) |
| CGError CGSSetConnectionProperty | ( | CGSConnectionID | cid, |
| CGSConnectionID | targetCID, | ||
| CFStringRef | key, | ||
| CFTypeRef | value ) |