added shortcuts
This commit is contained in:
parent
de3dc540c4
commit
392dc320b9
5 changed files with 19 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue