mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-03 09:39:16 +02:00
initial commit
This commit is contained in:
commit
49b61c7f7e
28 changed files with 673 additions and 0 deletions
12
src/com/gimpusers/xorgtablet/XDisconnectEvent.java
Normal file
12
src/com/gimpusers/xorgtablet/XDisconnectEvent.java
Normal file
|
@ -0,0 +1,12 @@
|
|||
package com.gimpusers.xorgtablet;
|
||||
|
||||
public class XDisconnectEvent extends XEvent {
|
||||
public XDisconnectEvent() {
|
||||
super(0, 0, 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public byte[] toByteArray() {
|
||||
return null;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue