LMMS
Loading...
Searching...
No Matches
swell-misc-generic.cpp File Reference
#include "swell.h"
#include "swell-internal.h"
#include <sys/types.h>
#include <sys/wait.h>

Functions

bool IsRightClickEmulateEnabled ()
void SWELL_EnableRightClickEmulate (BOOL enable)
HANDLE SWELL_CreateProcessFromPID (int pid)
HANDLE SWELL_CreateProcess (const char *exe, int nparams, const char **params)
int SWELL_GetProcessExitCode (HANDLE hand)
BOOL EnumDisplayMonitors (HDC hdc, const LPRECT r, MONITORENUMPROC proc, LPARAM lParam)
BOOL GetMonitorInfo (HMONITOR hmon, void *inf)

Function Documentation

◆ EnumDisplayMonitors()

BOOL EnumDisplayMonitors ( HDC hdc,
const LPRECT r,
MONITORENUMPROC proc,
LPARAM lParam )

◆ GetMonitorInfo()

BOOL GetMonitorInfo ( HMONITOR hmon,
void * inf )

◆ IsRightClickEmulateEnabled()

bool IsRightClickEmulateEnabled ( )

◆ SWELL_CreateProcess()

HANDLE SWELL_CreateProcess ( const char * exe,
int nparams,
const char ** params )

◆ SWELL_CreateProcessFromPID()

HANDLE SWELL_CreateProcessFromPID ( int pid)

◆ SWELL_EnableRightClickEmulate()

void SWELL_EnableRightClickEmulate ( BOOL enable)

◆ SWELL_GetProcessExitCode()

int SWELL_GetProcessExitCode ( HANDLE hand)