aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.c b/test.c
index 17e1451..d1fa190 100644
--- a/test.c
+++ b/test.c
@@ -1,7 +1,8 @@
#include "dome_key_event_source_simulator/dome_key_event_source_simulator.h"
int main() {
- dkess_press_key(0, 0);
+ const int NX_KEYTYPE_PLAY = 16;
+ dkess_press_key(NX_KEYTYPE_PLAY, 0);
return 0;
}