1XtGetActionKeysym(3) XT FUNCTIONS XtGetActionKeysym(3)
2
3
4
6 XtGetActionKeysym - obtain corresponding keysym
7
9 #include <X11/Intrinsic.h>
10
11 KeySym XtGetActionKeysym(XEvent* event, Modifiers* modifiers_return);
12
14 event Specifies the event pointer passed to the action procedure by
15 the Intrinsics.
16
17 modifiers_return
18 Returns the modifiers that caused the match, if non-NULL.
19
21 If XtGetActionKeysym is called after an action procedure has been in‐
22 voked by the Intrinsics and before that action procedure returns, and
23 if the event pointer has the same value as the event pointer passed to
24 that action routine, and if the event is a KeyPress or KeyRelease
25 event, then XtGetActionKeysym returns the KeySym that matched the final
26 event specification in the translation table and, if modifiers_return
27 is non-NULL, the modifier state actually used to generate this KeySym;
28 otherwise, if the event is a KeyPress or KeyRelease event, then XtGet‐
29 ActionKeysym calls XtTranslateKeycode and returns the results; else it
30 returns NoSymbol and does not examine modifiers_return.
31
33 X Toolkit Intrinsics - C Language Interface
34 Xlib - C Language X Interface
35
36
37
38X Version 11 libXt 1.2.1 XtGetActionKeysym(3)