Planimeter / game-engine-2d

Planimeter Game Engine 2D - LÖVE-based game engine for Lua
https://github.com/Planimeter/game-engine-2d/wiki
MIT License
736 stars 74 forks source link

Implemented text selection to engine.client.gui.textbox #53

Closed uen closed 9 years ago

uen commented 9 years ago

Added text selection with mouse and keyboard, copying, pasting and cutting to engine.client.gui.textbox

It doesn't work with multiple lines, I'm pretty sure that .multiline is broken as I couldn't find a way to actually make multiple lines. (I'll implement multi line support as soon as I find out)

This addresses #34

andrewmcwatters commented 9 years ago

Dang this is legit, yo!

andrewmcwatters commented 9 years ago

Queued for upstream merge to vertex-adventure tonight.

andrewmcwatters commented 9 years ago

Merged upstream to vertex-adventure. Downstream code drop of build 908 pushed to e2a9495. Pending code review.