![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
import "platform/OSXScreenSaverUtil.h"import "platform/OSXScreenSaverControl.h"import <Foundation/NSAutoreleasePool.h>
Functions | |
| void * | screenSaverUtilCreatePool () |
| void | screenSaverUtilReleasePool (void *pool) |
| void * | screenSaverUtilCreateController () |
| void | screenSaverUtilReleaseController (void *controller) |
| void | screenSaverUtilEnable (void *controller) |
| void | screenSaverUtilDisable (void *controller) |
| void | screenSaverUtilActivate (void *controller) |
| void | screenSaverUtilDeactivate (void *controller, int isEnabled) |
| int | screenSaverUtilIsActive (void *controller) |
| void screenSaverUtilActivate | ( | void * | controller | ) |
| void * screenSaverUtilCreateController | ( | ) |
| void * screenSaverUtilCreatePool | ( | ) |
| void screenSaverUtilDeactivate | ( | void * | controller, |
| int | isEnabled ) |
| void screenSaverUtilDisable | ( | void * | controller | ) |
| void screenSaverUtilEnable | ( | void * | controller | ) |
| int screenSaverUtilIsActive | ( | void * | controller | ) |
| void screenSaverUtilReleaseController | ( | void * | controller | ) |
| void screenSaverUtilReleasePool | ( | void * | pool | ) |