XtGetActionKeysym(3Xt) XT FUNCTIONS XtGetActionKeysym(3Xt)
XtGetActionKeysym - obtain corresponding keysym
KeySym XtGetActionKeysym(XEvent* event, Modifiers*
modifiers_return);
event Specifies the event pointer passed to the action
procedure by the Intrinsics.
modifiers_return
Returns the modifiers that caused the match, if
non-NULL.
If XtGetActionKeysym is called after an action procedure has
been invoked by the Intrinsics and before that action pro-
cedure returns, and if the event pointer has the same value
as the event pointer passed to that action routine, and if
the event is a KeyPress or KeyRelease event, then XtGet-
ActionKeysym returns the KeySym that matched the final event
specification in the translation table and, if
/fImodifiers_return/fP is non-NULL, the modifier state actu-
ally used to generate this KeySym; otherwise, if the event
is a KeyPress or KeyRelease event, then XtGetActionKeysym
calls XtTranslateKeycode and returns the results; else it
returns NoSymbol and does not examine modifiers_return.
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
XFree86 Version 4.5.0 1
Generated on 2012-02-20 02:47:02 by $MirOS: src/scripts/roff2htm,v 1.70 2011/12/03 18:21:12 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2011 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.