We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ebac6 commit f84c074Copy full SHA for f84c074
README.md
@@ -86,7 +86,7 @@ struct ContentView: View {
86
controller: GCKController
87
) {
88
log.append(
89
- "\(String(describing: action)), \(pressed ? "Pressed" : "Unpressed"), " +
+ "\(String(describing: action))(\(action.position.arrowRepresentation)) \(pressed ? "Pressed" : "Unpressed"), " +
90
"Controller #id \(String(describing: controller.playerIndex.rawValue))"
91
)
92
0 commit comments