Improve network state updates

This commit is contained in:
Arkadiusz Fal
2022-06-25 01:32:21 +02:00
parent 634b0187ed
commit 19014cc540
5 changed files with 16 additions and 85 deletions

View File

@@ -52,7 +52,7 @@ protocol PlayerBackend {
func startControlsUpdates()
func stopControlsUpdates()
func updateNetworkState()
func setNeedsNetworkStateUpdates()
func setNeedsDrawing(_ needsDrawing: Bool)
func setSize(_ width: Double, _ height: Double)