Correct, but it does have a gesture detector and it shows you how to initialize it. You can add additional events for the detector to handle touches (this example) or panning, zooming, etc.
I'm not sure if a stage is required, I just use one to make things easier as it has its own viewport, spritebatch and camera objects.