android :: NativeAppGlue :: input_queue
receive user input events.
	# 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