Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkInputSource |
Enum : | InputSource |
Properties | |
---|---|
guint32 Gdk.InputSource.CURSOR : 3
|
|
guint32 Gdk.InputSource.ERASER : 2
|
|
guint32 Gdk.InputSource.KEYBOARD : 4
|
|
guint32 Gdk.InputSource.MOUSE : 0
|
|
guint32 Gdk.InputSource.PEN : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk.Device
Method |
get_source
()
:
Gdk.InputSource
Determines the type of the device.
|
Gdk.Window
Method |
get_source_events
(InputSource source)
:
Gdk.EventMask
Returns the event mask for window corresponding to the device class specified
by source. |
Gdk.Window
Method |
set_source_events
(InputSource source, EventMask event_mask)
:
none
Sets the event mask for any floating device (i.e.
|