You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.4 KiB
36 lines
1.4 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQTabletEvent extends TQEvent {
|
|
protected TQTabletEvent(Class dummy){super((Class) null);}
|
|
public static final int NoDevice = -1;
|
|
public static final int Puck = 0;
|
|
public static final int Stylus = 1;
|
|
public static final int Eraser = 2;
|
|
|
|
// TQTabletEvent* TQTabletEvent(TQEvent::Type arg1,const TQPoint& arg2,const TQPoint& arg3,int arg4,int arg5,int arg6,int arg7,const TQPair<int, int>& arg8); >>>> NOT CONVERTED
|
|
// TQTabletEvent* TQTabletEvent(const TQPoint& arg1,const TQPoint& arg2,int arg3,int arg4,int arg5,int arg6,const TQPair<int, int>& arg7); >>>> NOT CONVERTED
|
|
public native int pressure();
|
|
public native int xTilt();
|
|
public native int yTilt();
|
|
public native TQPoint pos();
|
|
public native TQPoint globalPos();
|
|
public native int x();
|
|
public native int y();
|
|
public native int globalX();
|
|
public native int globalY();
|
|
public native int device();
|
|
public native int isAccepted();
|
|
public native void accept();
|
|
public native void ignore();
|
|
// TQPair<int, int> uniqueId(); >>>> NOT CONVERTED
|
|
/** Deletes the wrapped C++ instance */
|
|
protected native void finalize() throws InternalError;
|
|
/** Delete the wrapped C++ instance ahead of finalize() */
|
|
public native void dispose();
|
|
/** Has the wrapped C++ instance been deleted? */
|
|
public native boolean isDisposed();
|
|
}
|