Windows PowerShell command on Get-command Xevie
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man Xevie

Misc. Reference Manual Pages XEVIE(3xevie)

NAME

Xevie - X Event Interception Extension (XEvIE)

SYNTAX

cc [ flag... ] file... -lXevie [ library... ]

#include

Status XevieQueryVersion (Display *dpy,

int *major_versionp,

int *minor_versionp);

Status XevieStart (Display *dpy);

Status XevieSelectInput (Display *dpy,

long event_mask);

Status XevieSendEvent (Display *dpy,

XEvent *event, char *fIdataType);

Status XevieEnd (Display *dpy);

ARGUMENTS display Specifies the connection to the X server.

event_mask

Specifies the mask of events to redirect.

datatype XEVIE_MODIFIED or XEVIE_UNMODIFIED - whether the

Xevie client has changed or synthesised this

event.

DESCRIPTION

X Event Interception Extension (XEvIE) is designed for users who need to intercept all the Keyboard and Mouse events. Programs can determine which events should be forwarded to other clients and modify the events if necessary. FUNCTIONS

XevieQueryVersion The XevieQueryVersion function returns the

major and minor protocol version numbers supported by the

server. XevieQueryVersion returns True if success, other-

wise, it returns False.

XevieStart The XevieStart function requests that the X

server enable the XEvIE extension. Once XEvIE is success-

fully enabled, all the XevieSelectInput specified events

will be sent to the client which has enabled XEvIE. If XKB or AccessX is enabled, the events that are sent to the XEvIE

X Version 11 Last change: libXevie 1.0.2 1

Misc. Reference Manual Pages XEVIE(3xevie)

clients are XKB/AccessX processed (filtered) ones.

XevieSendEvent Events are sent back to the X server through

XevieSendEvent.

XevieEnd The XevieEnd function requests that the X server

disables the XEvIE extension. Once XEvIE is disabled suc-

cessfully, the X server stops sending events to the XEvIE client.

XevieSelectInput The XevieSelectInput function requests that

the X server reports the keyboard and pointer events associ-

ated with the specified event mask. By default, X will report KeyPress, KeyRelease, ButtonPress, ButtonRelease and MotionNotify events. RESTRICTIONS

Xevie will remain upward compatible after the current 1.0

release. AUTHORS Derek Wang and Stuart Kreitman, Sun Microsystems, Inc.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Availability | x11/library/libxevie |

|_____________________________|_____________________________|

| Interface Stability | Volatile |

|_____________________________|_____________________________|

| MT-Level | See XInitThreads(3X11) |

|_____________________________|_____________________________|

X Version 11 Last change: libXevie 1.0.2 2




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™