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/mouse
2013-04-19 16:59:49 +01:00
..
juce_ComponentDragger.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_ComponentDragger.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_DragAndDropContainer.cpp Minor clean-ups. 2013-03-31 12:13:02 +01:00
juce_DragAndDropContainer.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_DragAndDropTarget.h Fixed a positioning problem when dragging-and-dropping. 2012-06-27 21:20:33 +01:00
juce_FileDragAndDropTarget.h Added class: TextDragAndDropTarget. 2012-05-23 13:07:27 +01:00
juce_LassoComponent.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_MouseCursor.cpp Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_MouseCursor.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_MouseEvent.cpp Removed warning. 2012-10-02 12:54:53 +01:00
juce_MouseEvent.h Removed warning. 2012-10-02 12:54:53 +01:00
juce_MouseInputSource.cpp Fixed a problem where modal loops could stop a mouse-up event. 2013-04-19 16:59:49 +01:00
juce_MouseInputSource.h Added method Component::mouseMagnify(), to respond to pinch-to-zoom gestures. Supported in OSX and (untested) Windows. 2013-04-01 20:12:51 +01:00
juce_MouseListener.cpp Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 2012-05-25 16:42:36 +01:00
juce_MouseListener.h Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 2012-05-25 16:42:36 +01:00
juce_SelectedItemSet.h Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
juce_TextDragAndDropTarget.h New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
juce_TooltipClient.h Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. 2011-09-12 21:59:19 +01:00