I have create an Activity which has a UrhoSharp surface as;
SDLSurface surface = UrhoSurface.CreateSurface(this, typeof(UrhoLayer), appOptions);
Now back button is not Responding. I tried overriding onBackPressed(), but this function is not called when I press back button. How to make the back button work?