Java implementation: boolean android.view.KeyEvent.isFunctionPressed()

Property definitions

android $ NativeKeyEvent :: is_function_pressed
	# Java implementation: boolean android.view.KeyEvent.isFunctionPressed()
	fun is_function_pressed: Bool in "Java" `{
		return self.isFunctionPressed();
	`}
lib/android/key_event.nit:83,2--86,3