Grx.Device.get_has_touch

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

Gets if the device has touch capabilities.

self

the device

Returns