Fix windows compilation.
This commit is contained in:
parent
b45385e8c7
commit
b17ba8b3a7
23 changed files with 85 additions and 53 deletions
|
@ -40,7 +40,7 @@ void TextBox::appendContent(const std::string& text)
|
|||
|
||||
bool TextBox::onMyKeyboardEvent(const KeyboardEvent* event)
|
||||
{
|
||||
if(!event or !mVisible) return false;
|
||||
if(!event || !mVisible) return false;
|
||||
|
||||
if(event->isFunctionKey())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue