xcb.keysyms

Undocumented in source.

Members

Functions

xcb_is_cursor_key
int xcb_is_cursor_key(xcb_keysym_t keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_is_function_key
int xcb_is_function_key(xcb_keysym_t keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_is_keypad_key
int xcb_is_keypad_key(xcb_keysym_t keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_is_misc_function_key
int xcb_is_misc_function_key(xcb_keysym_t keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_is_modifier_key
int xcb_is_modifier_key(xcb_keysym_t keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_is_pf_key
int xcb_is_pf_key(xcb_keysym_t keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_is_private_keypad_key
int xcb_is_private_keypad_key(xcb_keysym_t keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_key_press_lookup_keysym
xcb_keysym_t xcb_key_press_lookup_keysym(xcb_key_symbols_t* syms, xcb_key_press_event_t* event, int col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_key_release_lookup_keysym
xcb_keysym_t xcb_key_release_lookup_keysym(xcb_key_symbols_t* syms, xcb_key_release_event_t* event, int col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_key_symbols_alloc
xcb_key_symbols_t* xcb_key_symbols_alloc(xcb_connection_t* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_key_symbols_free
void xcb_key_symbols_free(xcb_key_symbols_t* syms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_key_symbols_get_keycode
xcb_keycode_t* xcb_key_symbols_get_keycode(xcb_key_symbols_t* syms, xcb_keysym_t keysym)

@brief Get the keycodes attached to a keysyms. There can be several value, so what is returned is an array of keycode terminated by XCB_NO_SYMBOL. You are responsible to free it. Be aware that this function can be slow. It will convert all combinations of all available keycodes to keysyms to find the ones that match. @param syms Key symbols. @param keysym The keysym to look for. @return A XCB_NO_SYMBOL terminated array of keycode, or NULL if nothing is found.

xcb_key_symbols_get_keysym
xcb_keysym_t xcb_key_symbols_get_keysym(xcb_key_symbols_t* syms, xcb_keycode_t keycode, int col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_refresh_keyboard_mapping
int xcb_refresh_keyboard_mapping(xcb_key_symbols_t* syms, xcb_mapping_notify_event_t* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

xcb_key_symbols_t
struct xcb_key_symbols_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta