mnit :: MobileKeyEvent :: defaultinit
mnit :: MobileKeyEvent :: is_back_key
Key is back button? (mostly for Android)mnit :: MobileKeyEvent :: is_home_key
Key is home button? (mostly for Android)mnit :: MobileKeyEvent :: is_search_key
Key is search button? (mostly for Android)mnit $ MobileKeyEvent :: SELF
Type of this instance, automatically specialized in every classcore :: Object :: class_factory
Implementation used byget_class to create the specific class.
			mnit :: InputEvent :: defaultinit
mnit :: KeyEvent :: defaultinit
core :: Object :: defaultinit
mnit :: MobileKeyEvent :: defaultinit
mnit :: MobileKeyEvent :: is_back_key
Key is back button? (mostly for Android)mnit :: MobileKeyEvent :: is_home_key
Key is home button? (mostly for Android)core :: Object :: is_same_instance
Return true ifself and other are the same instance (i.e. same identity).
			core :: Object :: is_same_serialized
Isself the same as other in a serialization context?
			core :: Object :: is_same_type
Return true ifself and other have the same dynamic type.
			mnit :: MobileKeyEvent :: is_search_key
Key is search button? (mostly for Android)core :: Object :: output_class_name
Display class name on stdout (debug only).
# Mobile hardware (or pseudo hardware) event
interface MobileKeyEvent
	super KeyEvent
	# Key is back button? (mostly for Android)
	fun is_back_key: Bool is abstract
	# Key is search button? (mostly for Android)
	fun is_search_key: Bool is abstract
	# Key is home button? (mostly for Android)
	fun is_home_key: Bool is abstract
end
					lib/mnit/input.nit:107,1--122,3