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…
Reference in New Issue
Block a user