MirBSD manpage: XtGetActionKeysym(3)


XtGetActionKeysym(3Xt)    XT FUNCTIONS     XtGetActionKeysym(3Xt)

NAME

     XtGetActionKeysym - obtain corresponding keysym

SYNTAX

     KeySym XtGetActionKeysym(XEvent* event, Modifiers*
          modifiers_return);

ARGUMENTS

     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.

DESCRIPTION

     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.

SEE ALSO

     X Toolkit Intrinsics - C Language Interface
     Xlib - C Language X Interface

XFree86                   Version 4.5.0                         1

Generated on 2021-12-07 11:07:08 by $MirOS: src/scripts/roff2htm,v 1.103 2021/01/23 20:24:35 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2021 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.