ebiten/internal/goglfw/cocoaplatform_darwin.go
2023-05-21 21:29:40 +09:00

23 lines
468 B
Go

// SPDX-License-Identifier: Zlib
// SPDX-FileCopyrightText: 2002-2006 Marcus Geelnard
// SPDX-FileCopyrightText: 2006-2019 Camilla Löwy
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
package goglfw
type platformWindowState struct {
// TODO: Implement this.
}
type platformMonitorState struct {
// TODO: Implement this.
}
type platformCursorState struct {
// TODO: Implement this.
}
type platformLibraryWindowState struct {
// TODO: Implement this.
}