Files
cclip/vendor/github.com/charmbracelet/x/windows/syscall_windows.go
PhatPhuckDave 3c5e991ec5 Add vendor
Specifically because I want to modify a dependency
2024-08-26 01:01:04 +02:00

11 lines
390 B
Go

package windows
import "golang.org/x/sys/windows"
var NewLazySystemDLL = windows.NewLazySystemDLL
type Handle = windows.Handle
//sys GetKeyboardLayout(threadId uint32) (hkl Handle, err error) = user32.GetKeyboardLayout
//sys ToUnicodeEx(vkey uint32, scancode uint32, keystate *byte, pwszBuff *uint16, cchBuff int32, flags uint32, hkl Handle) (ret int32, err error) = user32.ToUnicodeEx