NotificationPosition

Swift
public enum NotificationPosition: CInt, Sendable

Steamworks ENotificationPosition


Topics

case invalid

Steamworks k_EPositionInvalid

Declaration
Swift
case invalid = -1

case topLeft

Steamworks k_EPositionTopLeft

Declaration
Swift
case topLeft = 0

case topRight

Steamworks k_EPositionTopRight

Declaration
Swift
case topRight = 1

case bottomLeft

Steamworks k_EPositionBottomLeft

Declaration
Swift
case bottomLeft = 2

case bottomRight

Steamworks k_EPositionBottomRight

Declaration
Swift
case bottomRight = 3

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 4