aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
blob: d1fa190191ca036b496b820851437584d72a9497 (plain)
1
2
3
4
5
6
7
8
#include "dome_key_event_source_simulator/dome_key_event_source_simulator.h"

int main() {
	const int NX_KEYTYPE_PLAY = 16;
	dkess_press_key(NX_KEYTYPE_PLAY, 0);

	return 0;
}