dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix box and VR keys.
Normand Briere
2019-08-16
64e20f390e4b8e58bd0006dde8fa10fba1dac1d5
[~nbriere/GrafreeD.git]
/
iCallBack.java
1
2
3
4
5
6
interface iCallBack
{
void Callback(Object obj);
void DragGesture();
}