Skip to content

Commit

Permalink
feature: add eRemoteControl enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jtalborough committed Oct 12, 2021
1 parent 659c5c8 commit aa1fc4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/EpsonProjector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -631,4 +631,14 @@ public enum eLensFunction
VShiftStop,
Home
}
public enum eRemoteControls
{
Menu,
Esc,
CursorUp,
CursorDown,
CursorLeft,
CursorRight,
CursorEnter
}
}

0 comments on commit aa1fc4b

Please sign in to comment.