Adjust docs
This commit is contained in:
@@ -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
|
||||||
@@ -232,4 +232,4 @@
|
|||||||
"WindowedMean" {"windowed-mean" :methods
|
"WindowedMean" {"windowed-mean" :methods
|
||||||
"windowed-mean!" :methods}
|
"windowed-mean!" :methods}
|
||||||
"World" {"box-2d" :methods
|
"World" {"box-2d" :methods
|
||||||
"box-2d!" :methods}}
|
"box-2d!" :methods}}
|
||||||
|
|||||||
@@ -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))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user