repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
all-android
/
hidd
/
androidgfx
/
android_keyboard.h
blob
8d81da535d794b7ec20e4708d4892e90eba254f2
1
#define CLID_Hidd_Kbd_Android
"hidd.kbd.android"
2
3
struct
kbd_data
4
{
5
VOID
(*
callback
)(
APTR
,
UWORD
);
6
APTR callbackdata
;
7
};
8
9
struct
KeyEvent
;
10
11
void
AKbd_ReportKey
(
struct
kbd_data
*
data
,
struct
KeyEvent
*
e
);