ScreenshotReady
Swift
public struct ScreenshotReady: Sendable
Steamworks ScreenshotReady_t
Topics
var local: ScreenshotHandle
var local: ScreenshotHandle
var result: Result
var result: Result
init(local: ScreenshotHandle, result: Result)
init(local: ScreenshotHandle, result: Result)
Create a customized ScreenshotReady
Declaration
Swift
public init(local: ScreenshotHandle = 0, result: Result = .none)