RemotePlayInputKey
Swift
public struct RemotePlayInputKey: Sendable
Steamworks RemotePlayInputKey_t
Topics
var scancode: RemotePlayScancode
var scancode: RemotePlayScancode
var modifiers: RemotePlayKeyModifier
var modifiers: RemotePlayKeyModifier
var keycode: Int
var keycode: Int
init(scancode: RemotePlayScancode, modifiers: RemotePlayKeyModifier, keycode: Int)
init(scancode: RemotePlayScancode, modifiers: RemotePlayKeyModifier, keycode: Int)
Create a customized RemotePlayInputKey
Declaration
Swift
public init(
scancode: RemotePlayScancode = .unknown,
modifiers: RemotePlayKeyModifier = [], keycode: Int = 0)