mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-07 00:12:55 +08:00
Complete implementation of auto-show/hide an item in OBS on mouse-focus in XServer
This commit is contained in:
5
pkg/windowmanagerhandler/utils.go
Normal file
5
pkg/windowmanagerhandler/utils.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package windowmanagerhandler
|
||||
|
||||
func ptr[T any](in T) *T {
|
||||
return &in
|
||||
}
|
Reference in New Issue
Block a user