Skip to content

Commit 77735f7

Browse files
committed
Update documentation
1 parent 0e90653 commit 77735f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/OctopusKit/Components/Input/Keyboard/KeyboardControlledRotationComponent.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class KeyboardControlledRotationComponent: OctopusComponent, Octopu
3232
/// Change this to a different code to customize the keys.
3333
public var arrowLeft: UInt16 = .arrowLeft
3434

35-
/// The amount to rotate the node by in a single update, with optional acceleration.
35+
/// The amount to rotate the node by in a single update, with optional acceleration. Affected by `timestep`.
3636
public var radiansPerUpdate: AcceleratedValue<CGFloat>
3737

3838
/// Specifies a fixed or variable timestep for per-update changes.
@@ -146,7 +146,7 @@ public final class KeyboardControlledRotationComponent: OctopusComponent, Octopu
146146

147147
#if !canImport(AppKit)
148148
// TODO: Add support for iOS/tvOS keyboards.
149-
@available(iOS, unavailable)
149+
@available(iOS, unavailable)
150150
@available(tvOS, unavailable)
151151
public final class KeyboardControlledRotationComponent: macOSExclusiveComponent {}
152152
#endif

0 commit comments

Comments
 (0)