Exit with ESC (#1195)
This commit is contained in:
parent
4fe0e1d06a
commit
a3a8dd7f0d
2 changed files with 3 additions and 3 deletions
4
extern/igfd/ImGuiFileDialogConfig.h
vendored
4
extern/igfd/ImGuiFileDialogConfig.h
vendored
|
|
@ -36,8 +36,8 @@
|
|||
//#define IGFD_KEY_BACKSPACE GLFW_KEY_BACKSPACE
|
||||
|
||||
// by ex you can quit the dialog by pressing the key excape
|
||||
//#define USE_DIALOG_EXIT_WITH_KEY
|
||||
//#define IGFD_EXIT_KEY GLFW_KEY_ESCAPE
|
||||
#define USE_DIALOG_EXIT_WITH_KEY
|
||||
#define IGFD_EXIT_KEY ImGuiKey_Escape
|
||||
|
||||
// widget
|
||||
// filter combobox width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue