Manpage of 'XkbGetState' on UHLU - BSD System Documentation,
Programming Reference, Manual Pages and Source Code
All manual pages         All RFC pages
Common page
for XkbGetState
Other pages
for XkbGetState
More pages
containing XkbGetState

Section 3 manual page or howto for 'XkbGetState'  

XkbGetState(3)			 XKB FUNCTIONS			XkbGetState(3)



NAME
       XkbGetState -  Obtains the keyboard state

SYNOPSIS
       Bool XkbGetState ( display, device_spec, state_return )

	     Display *display;
	     unsigned int device_spec;
	     XkbStatePtr state_return;

ARGUMENTS
       display
	      connection to the X server

       device_spec
	      device ID, or XkbUseCoreKbd

       state_return
	      backfilled with Xkb state

DESCRIPTION
       The  XkbGetState  function  queries the server for the current keyboard
       state, waits for a reply, and  then  backfills  state_return  with  the
       results.

       All  group  values  are expressed as group indices in the range [0..3].
       Modifiers and the compatibility modifier state values are expressed  as
       the  bitwise  union  of the core X11 modifier masks. The pointer button
       state is reported as in the core X11 protocol.



X Version 11			 libX11 1.2.1			XkbGetState(3)

NAME - SYNOPSIS - ARGUMENTS - DESCRIPTION -  
All manual pages         All RFC pages
Common page
for XkbGetState
Other pages
for XkbGetState
More pages
containing XkbGetState
A random manual page         All manual pages        All RFC pages