Adjust docs

This commit is contained in:
oakes
2014-04-02 00:12:54 -04:00
parent 28509a8fe3
commit 0b0e1edffd
2 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@
"ImageTextButton.ImageTextButtonStyle" {"style :image-text-button" :constructors} "ImageTextButton.ImageTextButtonStyle" {"style :image-text-button" :constructors}
"Input" {"input!" :methods} "Input" {"input!" :methods}
"Input.Keys" {"key-code" :static-fields "Input.Keys" {"key-code" :static-fields
"is-pressed?" :static-fields} "pressed?" :static-fields}
"Interpolation" {"interpolation" :static-classes} "Interpolation" {"interpolation" :static-classes}
"Intersector" {"intersector!" :static-methods} "Intersector" {"intersector!" :static-methods}
"IntAttribute" {"attribute :int" :constructors "IntAttribute" {"attribute :int" :constructors

View File

@@ -112,7 +112,7 @@
`(input! :is-key-pressed (key-code ~k))) `(input! :is-key-pressed (key-code ~k)))
(defmacro is-pressed? (defmacro is-pressed?
"Deprecated. Please us `pressed?` instead." "Deprecated. Please use `pressed?` instead."
[k] [k]
`(pressed? ~k)) `(pressed? ~k))