wince interface: uncommented handling of wm_mousemove, it seems to happen anyway

patch by: Patrick Chevalley 

git-svn-id: trunk@11050 -
This commit is contained in:
vincents 2007-05-02 10:17:59 +00:00
parent b08c293091
commit 8cc7c3a903

View File

@ -1516,8 +1516,7 @@ begin
NotifyUserInput := True;
LMessage.Msg := LM_LEAVE;
End;
//roozbeh : we dont have mousemove right?so any need for this?
{ WM_MOUSEMOVE:
WM_MOUSEMOVE:
Begin
NotifyUserInput := True;
PLMsg:=@LMMouseMove;
@ -1541,7 +1540,7 @@ begin
WindowInfo^.MouseY := YPos;
end;
End;
End;}
End;
WM_MOUSEWHEEL:
Begin
NotifyUserInput := True;