[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdk3' (#lcl)

TGdkKeymap

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgdk3.pas line 4420

type TGdkKeymap = object(TGObject)

  function get_for_display();

  

  procedure add_virtual_modifiers();

  

  function get_caps_lock_state;

  

  function get_direction;

  

  function get_entries_for_keycode();

  

  function get_entries_for_keyval();

  

  function get_modifier_mask();

  

  function get_modifier_state;

  

  function get_num_lock_state;

  

  function get_scroll_lock_state;

  

  function have_bidi_layouts;

  

  function lookup_key();

  

  function map_virtual_modifiers();

  

  function translate_keyboard_state();

  

end;

Inheritance

TGdkKeymap

  

TGObject