Mouse control - etlgfx/nmw GitHub Wiki

The main method of interacting with NMW is through the mouse. Within the main game screen the mouse control works as follows:

  • Left clicking
    • selects a unit if none is already selected, or,
    • initiates some arbitrary action associated with an already selected unit.
  • Right clicking will deselect all selected units.
  • Hovering the mouse over game objects may also activate some arbitrary action.