InfiniTime.git

ref: fdc89f1a20889c0295534f58dc2e82ce8c55a18b

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