#directx3d
Explore tagged Tumblr posts
mimimicpp · 1 year ago
Text
Hi all.
Today I want to share the result of many days of work.
I finished making a character input field for my application. And although some text editing capabilities are not available, the required minimum is present.
The following text editing options are currently available:
Typing.
Deleting characters using the backspace key.
Moving the carriage between characters.
Selecting characters using the Shift key.
Copying, cutting, pasting characters using the keys Control + C, Control + X and Control + V. Using the clipboard.
The next thing I want to do is read some books about C++. And then continue working on the project.
3 notes · View notes
mimimicpp · 1 year ago
Text
Hello!
I started making a field for entering characters.
And at the moment there is already a designed input window, as well as the ability to enter various characters and delete them.
I also drew a carriage, but for now it is just there but does nothing.
0 notes