TextAreaWidget: Implement movement with Ctrl key (#176)

* TextAreaWidget: Implement movement with Ctrl key

* whoops, remove useless comments

* Fixies
This commit is contained in:
S6066
2018-08-03 08:45:42 +02:00
committed by Jérôme Leclercq
parent 05f277deeb
commit cf24b8abe4
2 changed files with 53 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ Nazara Engine:
- Fixed bug in ENet implementation causing legit reliable packets to be dropped on sequence number overflow
- Fixed bug where index wouldn't be used in String::FindLast and String::FindWord
- Physics 2D contact callbacks now include an arbiter allowing to query/set parameters about the collision
- Added movement with Ctrl in TextAreaWidget
Nazara Development Kit:
- Added ImageWidget (#139)