dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Selectable mode + new mesh reduction.
Normand Briere
2019-06-03
e24558ddeacfc945b9e9ba0a32b552d04e2ed4dd
[~nbriere/GrafreeD.git]
/
iCallBack.java
1
2
3
4
5
6
interface iCallBack
{
void Callback(Object obj);
void DragGesture();
}