forked from simongeilfus/Cinder-ImGui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix editor shortcuts on macOS; give Multiline editor more space
- set io.KeySuper properly in keyDown/Up callbacks, so that cut/copy/paste and other such functionality based on shortcut keys work on macOS. KeySuper key is used by imgui to implement this functionality (in a special case for macOS) -- for other platforms KeyCtrl is used. - allow more space in buffer for Multiline editor (previously, only 128 new characters could be added or pasted into the editor each time it was active). - eliminate unnecessary extra allocation in SetClipboardTextFn -- imgui will now always send a zero-terminated string.
- Loading branch information
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters