mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 10:52:22 +02:00
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:
parent
b08c293091
commit
8cc7c3a903
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user