-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/libdev gui #57
Feat/libdev gui #57
Conversation
…to feat/libdev-gui
include/GEngine/net/net_string.hpp
Outdated
if (index >= Size) | ||
throw std::out_of_range("Index out of range"); | ||
return m_array[index]; | ||
} | ||
|
||
char operator[](size_t index) const { | ||
char &operator[](size_t index) const { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
les pc windows xp risquent de rammer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…avoid windows XP lagging (8 bytes -> 1 byte !!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super fix
GUI:
Scenes
Basic Widgets (Buttons, InputBox)
Window:
MouseCatcher updated
Resize is handled
libdev:
Box<size_t> component: contains entities