Home
last modified time | relevance | path

Searched refs:ME_MouseMove (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/riched20/
H A Deditor.h161 void ME_MouseMove(ME_TextEditor *editor, int x, int y) DECLSPEC_HIDDEN;
H A Dcaret.c1266 void ME_MouseMove(ME_TextEditor *editor, int x, int y) in ME_MouseMove() function
H A Deditor.c4499 ME_MouseMove(editor, (short)LOWORD(lParam), (short)HIWORD(lParam)); in ME_HandleMessage()