Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
deskflow::platform Namespace Reference

Classes

class  MSWindowsProcess

Functions

bool isWayland ()
bool isWindows ()
 isWindows
bool isMac ()
 isMac
bool isFlatpak ()
 isFlatpak
bool isSnap ()
 isSnap
bool isSandboxed ()
 isSandboxed
void setAppId ()
 setAppId Set the app id for the xdg portal registry All Applications should do this before attempting any other portal calls If the app is runing from inside a sandbox (i.e flatpak or a snap) this call does nothing

Function Documentation

◆ isFlatpak()

bool deskflow::platform::isFlatpak ( )
inline

isFlatpak

Returns
Returns true if we are running as flatpak

◆ isMac()

bool deskflow::platform::isMac ( )
inline

isMac

Returns
Returns true if we are running on mac os

◆ isSandboxed()

bool deskflow::platform::isSandboxed ( )
inline

isSandboxed

Returns
Returns true if we are running from in a known sandbox.

◆ isSnap()

bool deskflow::platform::isSnap ( )
inline

isSnap

Returns
Returns true if we are running as a snap

◆ isWayland()

bool deskflow::platform::isWayland ( )
inline

◆ isWindows()

bool deskflow::platform::isWindows ( )
inline

isWindows

Returns
Returns true if we are running on windows

◆ setAppId()

void deskflow::platform::setAppId ( )
inline

setAppId Set the app id for the xdg portal registry All Applications should do this before attempting any other portal calls If the app is runing from inside a sandbox (i.e flatpak or a snap) this call does nothing