InfiniTime.git

ref: 60027f217ccf13f0503658b6bfa2613bfa406a12

src/buttonhandler/ButtonActions.h


1
2
3
4
5
6
7
#pragma once

namespace Pinetime {
  namespace Controllers {
    enum class ButtonActions { None, Click, DoubleClick, LongPress, LongerPress };
  }
}