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
2012-07-07 21:09:10 +01:00
..
juce_ComponentDragger.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_ComponentDragger.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_DragAndDropContainer.cpp Added class: TextDragAndDropTarget. 2012-05-23 13:07:27 +01:00
juce_DragAndDropContainer.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_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 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_MouseCursor.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_MouseCursor.h Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 2011-08-21 21:20:28 +01:00
juce_MouseEvent.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_MouseEvent.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_MouseInputSource.cpp More MouseInputSource tweaks. 2012-07-05 11:29:03 +01:00
juce_MouseInputSource.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_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 Fixed a compile problem in VSTs. Minor clean-ups. 2011-09-29 21:25:00 +01:00
juce_TextDragAndDropTarget.h Added class: TextDragAndDropTarget. 2012-05-23 13:07:27 +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