Windows

From Pointui

This is a Global object. You must not create an instance of it as one is always available for your use.

AVAILABLE SINCE: 2.0.18b

Provides access to some common Windows API functions.

Contents

Methods

int SendMessage(int hwnd, int msg, int wParam, int lParam)

bool PostMessage(int hwnd, int msg, int wParam, int lParam)

int GetForegroundWindow()

void SetForegroundWindow(int hwnd)

int FindWindow(String className, String windowTitle)

void Sleep(int intervalMilliseconds)