Property definitions

sdl2 $ SDLKeyboardEvent :: native_to_s
	private fun native_to_s: CString `{
		return (char*)SDL_GetKeyName(self->key.keysym.sym);
	`}
lib/sdl2/events.nit:256,2--258,3