Class: Gdk::Seat
- Inherits:
-
Object
- Object
- Gdk::Seat
- Defined in:
- (unknown)
Overview
The GdkSeat object represents a collection of input devices
that belong to a user.
Instance Method Summary collapse
-
#capabilities ⇒ Gdk::SeatCapabilities
Returns the capabilities this
GdkSeatcurrently has. -
#display ⇒ Gdk::Display
GdkDisplayof this seat. -
#display=(display) ⇒ Gdk::Display
GdkDisplayof this seat. -
#get_devices(capabilities) ⇒ GLib::List<Gdk::Device>
Returns the devices that match the given capabilities.
-
#keyboard ⇒ Gdk::Device
Returns the device that routes keyboard events.
-
#pointer ⇒ Gdk::Device
Returns the device that routes pointer events.
-
#tools ⇒ GLib::List<Gdk::DeviceTool>
Returns all
GdkDeviceToolsthat are known to the application.
Instance Method Details
#capabilities ⇒ Gdk::SeatCapabilities
Returns the capabilities this GdkSeat currently has.
#display ⇒ Gdk::Display
GdkDisplay of this seat.
#display=(display) ⇒ Gdk::Display
GdkDisplay of this seat.
#get_devices(capabilities) ⇒ GLib::List<Gdk::Device>
Returns the devices that match the given capabilities.
#keyboard ⇒ Gdk::Device
Returns the device that routes keyboard events.
#pointer ⇒ Gdk::Device
Returns the device that routes pointer events.
#tools ⇒ GLib::List<Gdk::DeviceTool>
Returns all GdkDeviceTools that are known to the application.