RomanLut / INAV-X-Plane-HITL

Hardware-in-the-loop plugin for X-Plane for INAV flight controller firmware
MIT License
48 stars 7 forks source link

[Task] Implement "Teleport to location (from clipboard)" for Linux #10

Closed RomanLut closed 2 years ago

RomanLut commented 2 years ago

Currently "Menu->Map->"Teleport to location (from clipboard)" menu item is implemented for Windows only.

Taks is to implement it for Linux.

In detail, task is to implement function which reads text from clipboard on Linux:

uilt.h extern void getClipboardText(char str[1024]);

RomanLut commented 2 years ago

Implemented in v1.1