mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-01-22 17:01:51 +01:00
8 lines
150 B
C++
8 lines
150 B
C++
#pragma once
|
|
|
|
namespace Pinetime {
|
|
namespace Controllers {
|
|
enum class ButtonActions { None, Click, DoubleClick, LongPress, LongerPress };
|
|
}
|
|
}
|