mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-17 22:38:38 +01:00
Ensure keyrepeat is disabled at component creation
This commit is contained in:
parent
3bdfd510b2
commit
ac45502de9
@ -18,7 +18,8 @@ Textbox::Textbox(Point position, Point size, std::string textboxText, std::strin
|
||||
mouseDown(false),
|
||||
limit(std::string::npos),
|
||||
inputType(All),
|
||||
keyDown(0)
|
||||
keyDown(0),
|
||||
characterDown(0)
|
||||
{
|
||||
placeHolder = textboxPlaceholder;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user