Library.Handler
Modifier and Type | Field and Description |
---|---|
static X11.Xevie |
INSTANCE
Instance of Xevie.
|
static int |
XEVIE_MODIFIED |
static int |
XEVIE_UNMODIFIED |
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
Modifier and Type | Method and Description |
---|---|
int |
XevieEnd(X11.Display display) |
boolean |
XevieQueryVersion(X11.Display display,
IntByReference major_version,
IntByReference minor_version) |
int |
XevieSelectInput(X11.Display display,
NativeLong event_mask) |
int |
XevieSendEvent(X11.Display display,
X11.XEvent event,
int data_type) |
int |
XevieStart(X11.Display display) |
static final X11.Xevie INSTANCE
static final int XEVIE_UNMODIFIED
static final int XEVIE_MODIFIED
boolean XevieQueryVersion(X11.Display display, IntByReference major_version, IntByReference minor_version)
int XevieStart(X11.Display display)
int XevieEnd(X11.Display display)
int XevieSendEvent(X11.Display display, X11.XEvent event, int data_type)
int XevieSelectInput(X11.Display display, NativeLong event_mask)