Grx.Device.get_has_keyboard

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

Gets if the device has keyboard capabilities.

self

the device

Returns