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}
"Input" {"input!" :methods}
"Input.Keys" {"key-code" :static-fields
"is-pressed?" :static-fields}
"pressed?" :static-fields}
"Interpolation" {"interpolation" :static-classes}
"Intersector" {"intersector!" :static-methods}
"IntAttribute" {"attribute :int" :constructors
@@ -232,4 +232,4 @@
"WindowedMean" {"windowed-mean" :methods
"windowed-mean!" :methods}
"World" {"box-2d" :methods
"box-2d!" :methods}}
"box-2d!" :methods}}

View File

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