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:
parent
697e6ccb89
commit
7a673f5aa3
2 changed files with 5 additions and 4 deletions
|
@ -218,6 +218,7 @@ private:
|
|||
Core::ElapsedTimer m_triple_click_timer;
|
||||
|
||||
Gfx::IntPoint m_left_mousedown_position;
|
||||
VT::Position m_left_mousedown_position_buffer;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue