Searched refs:ME_MouseMove (Results 1 – 3 of 3) sorted by relevance
161 void ME_MouseMove(ME_TextEditor *editor, int x, int y) DECLSPEC_HIDDEN;
1266 void ME_MouseMove(ME_TextEditor *editor, int x, int y) in ME_MouseMove() function
4499 ME_MouseMove(editor, (short)LOWORD(lParam), (short)HIWORD(lParam)); in ME_HandleMessage()