logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

XtGetActionKeysym - obtain corresponding keysym

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 procedure 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  XtGetActionKeysym  returns
       the  KeySym  that matched the final event specification in the translation table and, if modifiers_return
       is non-NULL, the modifier state actually 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.

Name

       XtGetActionKeysym - obtain corresponding keysym

See Also

XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface

X Version 11                                       libXt 1.2.1                              XtGetActionKeysym(3)

Syntax

       #include <X11/Intrinsic.h>

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

See Also