InfiniTime.git

ref: 08fa6bd4e4a3561b699150327b6c1c8fc0624a42

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 };
  }
}