Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Dummy event used in ambika UI code
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gillet committed Jun 3, 2014
1 parent 4c5f056 commit 86c44ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/event_queue.h
Expand Up @@ -31,7 +31,8 @@ enum ControlType {
CONTROL_POT = 0,
CONTROL_ENCODER = 1,
CONTROL_ENCODER_CLICK = 2,
CONTROL_SWITCH = 3
CONTROL_SWITCH = 3,
CONTROL_REFRESH = 4
};

struct Event {
Expand Down

0 comments on commit 86c44ac

Please sign in to comment.