window::SelectInput


NAME

SelectInput - Selection of input events

SYNOPSIS

#include "xwindow.h"

long window::SelectInput(long events, int on);

long window::SelectInput(void);

DESCRIPTION

Depending on on, specific events are turned on or off.

events is a bitwise OR of event masks.

SEE ALSO

DispatchEvent

DIAGNOSTICS