ScreenshotReady

Swift
public struct ScreenshotReady: Sendable

Steamworks ScreenshotReady_t


Topics

var local: ScreenshotHandle

Steamworks m_hLocal

Declaration
Swift
public let local: ScreenshotHandle

var result: Result

Steamworks m_eResult

Declaration
Swift
public let result: Result

init(local: ScreenshotHandle, result: Result)

Create a customized ScreenshotReady

Declaration
Swift
public init(local: ScreenshotHandle = 0, result: Result = .none)