mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:15:43 +00:00
[MSPAINT] Add selectionModel.hitTest and use it
Refactoring. CORE-19094
This commit is contained in:
parent
df54fb01fd
commit
c2bb5aa01d
4 changed files with 14 additions and 16 deletions
|
@ -68,7 +68,6 @@ protected:
|
|||
VOID DoDraw(HDC hDC, RECT& rcClient, RECT& rcPaint);
|
||||
VOID OnHVScroll(WPARAM wParam, INT fnBar);
|
||||
|
||||
HITTEST SelectionHitTest(POINT ptImage);
|
||||
VOID StartSelectionDrag(HITTEST hit, POINT ptImage);
|
||||
VOID SelectionDragging(POINT ptImage);
|
||||
VOID EndSelectionDrag(POINT ptImage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue