Grx.Device.get_has_pointer

@accepts(Grx.Device)
@returns(bool)
def get_has_pointer(self):
    # Python wrapper for grx_device_get_has_pointer()
  

Gets if the device has mouse capabilities.

self

the device

Returns