Mouse handling is way better but still want to refine it more if I can.

This commit is contained in:
Zed A. Shaw 2026-04-24 00:54:28 -04:00
parent e41651aa38
commit 190748af3c
10 changed files with 47 additions and 22 deletions

View file

@ -8,11 +8,11 @@
namespace gui {
namespace routing {
enum class State {
START,
IDLE,
MOUSE_ACTIVE,
MOUSE_MOVING,
MOUSE_DRAGGING
START=__LINE__,
IDLE=__LINE__,
MOUSE_ACTIVE=__LINE__,
MOUSE_MOVING=__LINE__,
MOUSE_DRAGGING=__LINE__
};
enum class Event {