In all the examples of games, which I examined, written in C++/C# using SFML, .NET Framework, WPF, Python and HTML5 a sprite reacts on mouseClick made within the sprite's bounding box.
Is there a technique in to make the sprite react to clicks made within the sprite image only?
I examined many games, but not a single one exhibit the necessary behaviour