1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
JUCE/modules/juce_gui_basics/keyboard
2011-10-04 12:13:30 +01:00
..
juce_CaretComponent.cpp First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_CaretComponent.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_KeyboardFocusTraverser.cpp Fixed a compile problem in VSTs. Minor clean-ups. 2011-09-29 21:25:00 +01:00
juce_KeyboardFocusTraverser.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_KeyListener.cpp First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_KeyListener.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_KeyPress.cpp Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 2011-10-04 12:13:30 +01:00
juce_KeyPress.h Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 2011-10-04 12:13:30 +01:00
juce_ModifierKeys.cpp Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 2011-10-04 12:13:30 +01:00
juce_ModifierKeys.h Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 2011-10-04 12:13:30 +01:00
juce_SystemClipboard.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_TextEditorKeyMapper.h Added a callback method to FileBrowserListener. 2011-08-18 15:59:23 +01:00
juce_TextInputTarget.h Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 2011-08-19 21:34:34 +01:00