Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunParallel ¶ added in v0.0.17
Types ¶
type PointerLock ¶
type PointerLock[T any] struct { // contains filtered or unexported fields }
func NewPointerLock ¶
func NewPointerLock[T any]() PointerLock[T]
func (*PointerLock[T]) Lock ¶
func (p *PointerLock[T]) Lock() *T
func (*PointerLock[T]) Unlock ¶
func (p *PointerLock[T]) Unlock(v *T)
Click to show internal directories.
Click to hide internal directories.