When non-NULL, this is the input queue from which the app will

receive user input events.

Property definitions

android $ NativeAppGlue :: input_queue
	# When non-NULL, this is the input queue from which the app will
	# receive user input events.
	fun input_queue: AInputQueue `{ return self->inputQueue; `}
lib/android/native_app_glue.nit:358,2--360,60