Commit Graph

2 Commits

Author SHA1 Message Date
Kartik K. Agaram eb46a98742 resize handler seems to be working 2023-04-17 23:55:35 -07:00
Kartik K. Agaram d55ecf822b start implementing the mouse handler
Until now the hover actions were happening in surface coordinates sx/sy
but the mouse press action (done so far) was happening in viewport
coordinates vx/vy. Now it's consistent. Surface coordinates make more
sense since most data in memory uses them.
2023-04-17 23:28:42 -07:00