frankobjank / natac

Free & open source networked game implemented in Python, inspired by Klaus Teuber's Settlers of Catan for MacOS and Linux.
1 stars 0 forks source link

Ability to Paste from Clipboard #42

Open frankobjank opened 1 week ago

frankobjank commented 1 week ago

Typing in IP addresses is very annoying. Raylib supports setting/getting from the clipboard so I want to at least implement pasting into the game. Currently text selection is not part of the client so paste will be easier to implement than copy.

For paste, can check if Control Key (left or right) is down and "v" is pressed.