migrate
This commit is contained in:
+4
-4
@@ -92,10 +92,10 @@ public typealias FingerID = Uint64;
|
||||
*/
|
||||
[AllowDuplicates] public enum TouchDeviceType : c_int
|
||||
{
|
||||
Invalid = -1,
|
||||
Direct, /**< touch screen with window-relative coordinates */
|
||||
IndirectAbsolute, /**< trackpad with absolute device coordinates */
|
||||
IndirectRelative, /**< trackpad with screen cursor-relative coordinates */
|
||||
Invalid = -1,
|
||||
Direct, /**< touch screen with window-relative coordinates */
|
||||
IndirectAbsolute, /**< trackpad with absolute device coordinates */
|
||||
/**< trackpad with screen cursor-relative coordinates */ IndirectRelative, /**< trackpad with screen cursor-relative coordinates */
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user