Glad to see that TGUI is used in a ludum dare by other people than myself
.
The game looks good, well done!
.The game looks good, well done!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
.sf::String getLine(unsigned int lineNumber);
void removeLine(unsigned int lineNumber);void setLineLimit(unsigned int maxLines);
void tgui::ChatBox::mouseWheelMoved(int delta);
widget->mouseWheelMoved(event.mouseWheel.delta, event.mouseWheel.x, event.mouseWheel.y);
else if (event.type == sf::Event::TextEntered && event.text.unicode == '`')
{
childWindow->focus();
editBox->focus();
}Quoteis there a reason they aren't generally distributed?They are almost as big as the library itself.