Class ModePopupInfo

java.lang.Object
gaiasky.gui.main.ModePopupInfo

public class ModePopupInfo extends Object
Holds information about the mode change pop-ups that appear when changing to some camera modes. Typically, those are used to inform the user of the new keyboard mappings that are in effect in the new mode, and how to go back to the default camera mode.
  • Field Details

  • Constructor Details

    • ModePopupInfo

      public ModePopupInfo()
  • Method Details

    • initMappings

      public void initMappings()
    • addMapping

      public void addMapping(String action, String... keys)