1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:57:35 +00:00

LibVT: Keep track of the buffer postiion on mousedown events

This commit is contained in:
brapru 2021-08-28 21:54:15 -04:00 committed by Ali Mohammad Pur
parent 697e6ccb89
commit 7a673f5aa3
2 changed files with 5 additions and 4 deletions

View file

@ -218,6 +218,7 @@ private:
Core::ElapsedTimer m_triple_click_timer;
Gfx::IntPoint m_left_mousedown_position;
VT::Position m_left_mousedown_position_buffer;
};
}