{{newin|[[0.8.0]]|080|type=function}}
Returns whether the two colliding fixtures are touching each other.

== Function ==
=== Synopsis ===
<source lang="lua">
touching = Contact:isTouching( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|touching|True if they touch or false if not.}}

== See Also ==
* [[parent::Contact]]
[[Category:Functions]]
{{#set:Description=Returns whether the two colliding fixtures are touching each other.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Contact:isTouching}}