InfiniTime.git

ref: fc5424cb72e477c5f1bbfaeddb5c50b851a965ae

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