Notification from the Android framework, the content area of the window has changed

Raised when the soft input window being shown or hidden, and similar events.

Property definitions

android :: native_app_glue $ App :: content_rect_changed
	# Notification from the Android framework, the content area of the window has changed
	#
	# Raised when the soft input window being shown or hidden, and similar events.
	fun content_rect_changed do end
lib/android/native_app_glue.nit:228,2--231,32

gamnit :: gamnit_android $ App :: content_rect_changed
	redef fun content_rect_changed
	do
		if print_lifecycle_events then print "+ content_rect_changed"
		super
	end
lib/gamnit/gamnit_android.nit:149,2--153,4