Add buttons for REBOOT, FAST

Forgot "SPEED" enumerant in interface.h
This commit is contained in:
Brad Grantham 2016-11-22 23:11:22 -08:00
parent 617d59d1d4
commit f8d14e6b32

View File

@ -2,7 +2,7 @@
namespace APPLE2Einterface
{
enum EventType {NONE, KEYDOWN, KEYUP, RESET, REBOOT, PASTE, QUIT};
enum EventType {NONE, KEYDOWN, KEYUP, RESET, REBOOT, PASTE, SPEED, QUIT};
const int LEFT_SHIFT = 340;
const int LEFT_CONTROL = 341;