s0lst1ce / pigUI

A WIP Pygame GUI toolkit.

Home Page:https://discord.gg/mpGM5cg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hover is not guessed from widget type

s0lst1ce opened this issue · comments

Currently you have to precise whether "hover" events should be sent to a widget when adding it to a container. This is quite unpractical since it is widget-dependant and the user never needs to fiddle with it except when a making a custom widget. Thus it would benefit the toolkit to have it be a widget's attribute.