In Firemonkey 2 (FMX2) there is the interface
IFMXMouseService = interface(IInterface) ['{2370205F-CF27-4DF6-9B1F-5EBC27271D5A}']
The interface just has a GetMousePos function. But how can I set the mouseposition in a crossplattform way? Any ideas anybody?
The best idea I came up with yet is to do a conditionaly compile until the possibility is existing in FMX - but I do not know how to set the mouseposition via Delphi for MACOSX. I would be thankful for any help.