Update pc-pad-utils.gc

This commit is contained in:
ManDude
2021-08-16 07:48:41 +01:00
parent ffd4251e71
commit ada8f19685
+1 -1
View File
@@ -116,7 +116,7 @@
(with-dma-buffer-add-bucket ((buf (current-display-frame debug-buf))
(current-display-frame bucket-group)
(bucket-id debug-draw1))
(draw-string-xy (string-format "MAPPED ~D FOR ~S!"
(draw-string-xy (string-format "MAPPED ~D TO ~S!"
(pc-pad-input-key-get) (-> *pc-pad-button-names* (1- (-> self input-index))))
buf 256 96 (font-color green) (font-flags shadow kerning large middle))
)