2025-12-03 01:52:33 +09:00

6 lines
98 B
C#

namespace F10.StreamDeckIntegration {
public enum StreamDeckDialAction {
Press,
Rotation
}
}