mirror of
https://github.com/mappu/miqt.git
synced 2025-01-06 23:58:37 +00:00
15 lines
464 B
Go
15 lines
464 B
Go
//go:build !386 && !arm
|
|
// +build !386,!arm
|
|
|
|
package qt6
|
|
|
|
const MouseButtonMask MouseButton = 4294967295
|
|
const WindowFullscreenButtonHint WindowType = 2147483648
|
|
const KeyboardModifierMask KeyboardModifier = 4261412864
|
|
const MODIFIER_MASK Modifier = 4261412864
|
|
const ImPlatformData InputMethodQuery = 2147483648
|
|
const ImQueryAll InputMethodQuery = 4294967295
|
|
const ImhExclusiveInputMask InputMethodHint = 4294901760
|
|
const LastGestureType GestureType = 4294967295
|
|
|