1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/keyboard
2020-03-30 16:51:16 +01:00
..
juce_CaretComponent.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_CaretComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_KeyboardFocusTraverser.cpp Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
juce_KeyboardFocusTraverser.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_KeyListener.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_KeyListener.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_KeyPress.cpp iOS: Support option and cmd keys in KeyPress::getTextDescription() and ::getTextDescriptionWithIcons() 2019-10-25 16:00:07 +01:00
juce_KeyPress.h Fixed some incorrect documentation for KeyPress::createFromDescription()/getTextDescription() 2020-03-30 16:51:16 +01:00
juce_ModifierKeys.cpp Made some JUCE classes TriviallyCopyable 2018-07-11 09:17:31 +01:00
juce_ModifierKeys.h iOS: Support ModifierKeys::commandModifier flag 2019-10-23 11:40:52 +01:00
juce_SystemClipboard.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TextEditorKeyMapper.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TextInputTarget.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00