| Import line: | Gdk = imports.gi.Gdk; | 
| GIR File: | Gdk-3.0.gir | 
| C documentation: | GdkDeviceType | 
| Enum : | DeviceType | 
| Properties | |
|---|---|
| 
			
			 
		guint32 Gdk.DeviceType.FLOATING : 2
			 
		  
			 | 
		   
		|
| 
			
			 
		guint32 Gdk.DeviceType.MASTER : 0
			 
		  
			 | 
		   
		|
| 
			
			 
		guint32 Gdk.DeviceType.SLAVE : 1
			 
		  
			 | 
		   
		|
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| 
		
			Gdk.Device
             Method  | 
            
            
 
	   
            
                
		 
			get_device_type
				
				 () 
			
				
					 : 
					Gdk.DeviceType
					
				
			
		 
                Returns the device type for device.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gdk.DeviceManager
             Method  | 
            
            
 
	   
            
                
		 
			list_devices
				
				 (DeviceType type) 
			
				
					 : 
					Array
					
				
			
		 
                Returns the list of devices of type type currently attached to  
		 
		 
		 
                 
		     
              
            GdkDevices.  |