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

#define NX_KEYTYPE_SOUND_DOWN 1

int main() {
	// const int NX_KEYTYPE_PLAY = 16;
	dkess_press_key(NX_KEYTYPE_SOUND_DOWN, NSEventModifierFlagOption);

	return 0;
}