1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics/mouse
2012-08-14 17:47:41 +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 New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
juce_DragAndDropContainer.h Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +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 Changed LassoComponent to draw itself via the LookAndFeel. 2012-07-22 08:28:26 +01:00
juce_MouseCursor.cpp New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 2012-08-14 17:47:41 +01:00
juce_MouseCursor.h New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 2012-08-14 17:47:41 +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 Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 2012-07-15 13:59:13 +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 New method Process::makeForegroundProcess() (only implemented in OSX) 2012-07-31 21:06:12 +01: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