Uses of Class
com.sun.jna.platform.unix.X11.XModifierKeymapRef

Packages that use X11.XModifierKeymapRef
com.sun.jna.platform.unix   
 

Uses of X11.XModifierKeymapRef in com.sun.jna.platform.unix
 

Methods in com.sun.jna.platform.unix that return X11.XModifierKeymapRef
 X11.XModifierKeymapRef X11.XDeleteModifiermapEntry(X11.XModifierKeymapRef modmap, byte keycode_entry, int modifier)
          Deletes the specified KeyCode from the set that controls the specified modifier and returns a pointer to the resulting XModifierKeymap structure.
 X11.XModifierKeymapRef X11.XGetModifierMapping(X11.Display display)
          The XGetModifierMapping function returns a pointer to a newly created XModifierKeymap structure that contains the keys being used as modifiers.
 X11.XModifierKeymapRef X11.XInsertModifiermapEntry(X11.XModifierKeymapRef modmap, byte keycode_entry, int modifier)
          Adds the specified KeyCode to the set that controls the specified modifier and returns the resulting XModifierKeymap structure (expanded as needed).
 X11.XModifierKeymapRef X11.XNewModifiermap(int max_keys_per_mod)
          Returns a pointer to XModifierKeymap structure for later use.
 

Methods in com.sun.jna.platform.unix with parameters of type X11.XModifierKeymapRef
 X11.XModifierKeymapRef X11.XDeleteModifiermapEntry(X11.XModifierKeymapRef modmap, byte keycode_entry, int modifier)
          Deletes the specified KeyCode from the set that controls the specified modifier and returns a pointer to the resulting XModifierKeymap structure.
 int X11.XFreeModifiermap(X11.XModifierKeymapRef modmap)
          Frees the specified XModifierKeymap structure.
 X11.XModifierKeymapRef X11.XInsertModifiermapEntry(X11.XModifierKeymapRef modmap, byte keycode_entry, int modifier)
          Adds the specified KeyCode to the set that controls the specified modifier and returns the resulting XModifierKeymap structure (expanded as needed).
 int X11.XSetModifierMapping(X11.Display display, X11.XModifierKeymapRef modmap)
          Specifies the KeyCodes of the keys (if any) that are to be used as modifiers.