# Notification from the Android framework, your app has been paused
	fun pause do end
					lib/android/native_app_glue.nit:192,2--193,17
				
	redef fun pause
	do
		if print_lifecycle_events then print "+ pause"
		resumed = false
		set_inactive
		super
	end
					lib/gamnit/gamnit_android.nit:94,2--100,4
				
	redef fun pause
	do
		super
		var tracker = head_tracker
		if tracker != null then tracker.stop_tracking
	end
					lib/gamnit/depth/cardboard.nit:95,2--100,4