Adjust docs
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user