1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics/keyboard
2012-07-13 14:50:10 +01:00
..
juce_CaretComponent.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_CaretComponent.h Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
juce_KeyboardFocusTraverser.cpp Purged some warnings. 2012-04-10 10:29:14 +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 (automated whitespace clean-up) 2012-03-20 16:00:06 +00: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 Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes. 2012-07-13 14:50:10 +01:00
juce_KeyPress.h Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes. 2012-07-13 14:50:10 +01:00
juce_ModifierKeys.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_ModifierKeys.h Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project. 2012-07-08 15:05:55 +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 Introjucer: commands to move back/forwards through open docs. 2012-07-07 21:11:06 +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