Grx.Device.prototype.reset_calibration

function reset_calibration(): Boolean {
    // Gjs wrapper for grx_device_reset_calibration()
}
  

Resets the calibration of the device.

This function is probably only useful to programs that are calibrating the device and need to remove the existing calibration.

Returns

true if this device can be calibrated and reseting the calibration was successful, otherwise false.