Is there a GetMouseMovePointsEx function in Lazarus?
问题 In this other question I asked: Drawing on a paintbox - How to keep up with mouse movements without delay?. The function GetMouseMovePointsEx was brought to my attention by Sebastian Z, however in Lazarus I am unable to find this function. He mentioned that in Delphi XE6 it is in Winapi.Windows.pas , in Lazarus though it is not in Windows.pas . I understand Lazarus is by no means an exact copy of Delphi but this function sounds like it could be the answer I am looking for in that other