You've already forked android-go
mirror of
https://github.com/xlab/android-go.git
synced 2025-12-23 22:11:00 +02:00
8 lines
110 B
Go
8 lines
110 B
Go
package android
|
|
|
|
import "unsafe"
|
|
|
|
func (w *NativeWindow) Ptr() uintptr {
|
|
return uintptr(unsafe.Pointer(w))
|
|
}
|