NotificationPosition
Swift
public enum NotificationPosition: CInt, Sendable
Steamworks ENotificationPosition
Topics
case invalid
case invalid
Steamworks k_EPositionInvalid
Declaration
Swift
case invalid = -1
case topLeft
case topLeft
Steamworks k_EPositionTopLeft
Declaration
Swift
case topLeft = 0
case topRight
case topRight
Steamworks k_EPositionTopRight
Declaration
Swift
case topRight = 1
case bottomLeft
case bottomLeft
Steamworks k_EPositionBottomLeft
Declaration
Swift
case bottomLeft = 2
case bottomRight
case bottomRight
Steamworks k_EPositionBottomRight
Declaration
Swift
case bottomRight = 3
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 4