Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

timstoop/godot-test-mouse-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80c4760 · May 21, 2020

History

3 Commits
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020
May 21, 2020

Repository files navigation

Testing Mouse Events

I would expect that the event "mouse_entered" would trigger when my mouse pointer enters the CollisionShape2D object. It does not, however. Am I doing something wrong or am I misinterpreting the event?

Solution

Right, found it, I need to set pickable to on in the KineticBody2D. I was looking for that parameter in the CollisionShape2D instead.

About

Testing how Mouse Events work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages