Set the delivery rate of events in microseconds for the given sensor

Property definitions

android $ ASensorEventQueue :: set_event_rate
	# Set the delivery rate of events in microseconds for the given sensor
	fun set_event_rate(sensor: ASensor, usec: Int): Int `{
		return ASensorEventQueue_setEventRate(self, sensor, usec);
	`}
lib/android/sensors.nit:102,2--105,3