roar/libtools
Lucio Andrés Illanes Albornoz 99369626c4 Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}.
libroar/RoarCanvasWindow.py:applyTool(): delegate updating of brushPos to ToolText if current tool.
libroar/RoarCanvasWindow.py:applyTool(): fix function result.
libroar/RoarCanvasWindow.py:applyTool(): pass updated set of arguments to on{Keyboard,Mouse}Event().
libroar/RoarCanvasWindow.py:onKeyboardInput(): allow wrapping around canvas when receiving cursor key input.
libroar/RoarCanvasWindow.py:onKeyboardInput(): supply keyCode or None to applyTool().
libroar/RoarCanvas{CommandsTools,Window}.py: supply keyCode or None to applyTool().
libtools/Tool{,Circle,Fill,Line,Object,Rect}.py:on{Keyboard,Mouse}Event(): update type signature.
libtools/ToolText.py:onKeyboardEvent(): fully implement {arrow keys,backspace,enter}.
libtools/ToolText.py:onKeyboardEvent(): update cursor when necessary.
libtools/ToolText.py:onMouseEvent(): correctly set brushPos if mouseLeftDown or mouseRightDown.
libtools/ToolText.py:__init__(): removed.
assets/text/TODO: updated.
2019-09-16 09:55:30 +02:00
..
Tool.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00
ToolCircle.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00
ToolFill.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00
ToolLine.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00
ToolObject.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00
ToolRect.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00
ToolText.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00