mirror of
https://github.com/encounter/BootCtr9.git
synced 2026-03-30 11:03:49 -07:00
17 lines
235 B
Modula-2
17 lines
235 B
Modula-2
// https://github.com/smealum/ctrulib/blob/master/libctru/include/3ds/services/hid.h#L5
|
|
KEY(A)
|
|
KEY(B)
|
|
KEY(SELECT)
|
|
KEY(START)
|
|
KEY(R)
|
|
KEY(L)
|
|
KEY(X)
|
|
KEY(Y)
|
|
// D-PAD
|
|
KEY(DRIGHT)
|
|
KEY(DLEFT)
|
|
KEY(DUP)
|
|
KEY(DDOWN)
|
|
#undef KEY
|
|
// vim: filetype=c
|