mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-09-27 11:52:11 +08:00
10 lines
125 B
Go
10 lines
125 B
Go
package screen
|
|
|
|
import (
|
|
"github.com/kbinani/screenshot"
|
|
)
|
|
|
|
func GetNumber() int {
|
|
return screenshot.NumActiveDisplays()
|
|
}
|