/**
  * Get the <code>GestureManager</code> object that is used by <code>FlxGesture</code>.
  *
  * @return The <code>GestureManager</code> object.
  */
 public static GestureManager getManager() {
   return (GestureManager) FlxG.getPlugin(GestureManager.class);
 }