added shortcuts

This commit is contained in:
Santiago Lema 2025-05-08 02:08:36 -03:00
parent de3dc540c4
commit 392dc320b9
5 changed files with 19 additions and 11 deletions

View file

@ -38,15 +38,12 @@ public:
// Overriding FrameResized to receive notifications on resize
void FrameResized(float newWidth, float newHeight) override {
printf("Window resized to: Width = %f, Height = %f\n", newWidth, newHeight);
// You can add additional handling code here if needed
// Resize the scroll view if necessary, otherwise we lose scroll ability
}
Conversation *_conversation = new Conversation(this);
void checkValidKey();