Class
GdkDevice
Instance methods
gdk_device_get_active_layout_index
Retrieves the index of the active layout of the keyboard.
unstable since: 4.18
gdk_device_get_layout_names
Retrieves the names of the layouts of the keyboard.
unstable since: 4.18
gdk_device_get_scroll_lock_state
Retrieves whether the Scroll Lock modifier of the keyboard is locked.
gdk_device_get_surface_at_position
Obtains the surface underneath device
, returning the location of the
device in win_x
and win_y
.
gdk_device_has_bidi_layouts
Determines if layouts for both right-to-left and left-to-right languages are in use on the keyboard.
Properties
Gdk.Device:active-layout-index
The index of the keyboard active layout of a GdkDevice
.
unstable since: 4.18
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.