mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-03 17:49:17 +02:00
* app refactoring
* uinput driver
This commit is contained in:
parent
1b93a87ed0
commit
cef17da6d2
34 changed files with 251 additions and 103 deletions
12
app-android/src/at/bitfire/gfxtablet/NetDisconnectEvent.java
Normal file
12
app-android/src/at/bitfire/gfxtablet/NetDisconnectEvent.java
Normal file
|
@ -0,0 +1,12 @@
|
|||
package at.bitfire.gfxtablet;
|
||||
|
||||
public class NetDisconnectEvent extends NetEvent {
|
||||
public NetDisconnectEvent() {
|
||||
super(0, 0, 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public byte[] toByteArray() {
|
||||
return null;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue