Type of the native underlying SDL 2 event

Property definitions

gamnit $ GamnitInputEvent :: NATIVE
	# Type of the `native` underlying SDL 2 event
	type NATIVE: SDLEvent
lib/gamnit/gamnit_linux.nit:102,2--103,22

gamnit $ GamnitMouseWheelEvent :: NATIVE
	redef type NATIVE: SDLMouseWheelEvent
lib/gamnit/gamnit_linux.nit:157,2--38

gamnit $ GamnitQuitEvent :: NATIVE
	redef type NATIVE: SDLQuitEvent
lib/gamnit/gamnit_linux.nit:111,2--32

gamnit $ GamnitKeyEvent :: NATIVE
	redef type NATIVE: SDLKeyboardEvent
lib/gamnit/gamnit_linux.nit:119,2--36

gamnit $ GamnitPointerEvent :: NATIVE
	redef type NATIVE: SDLMouseEvent
lib/gamnit/gamnit_linux.nit:136,2--33