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