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/mouse
2018-10-15 11:53:06 +01:00
..
juce_ComponentDragger.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
juce_ComponentDragger.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_DragAndDropContainer.cpp Linux: Fixed a DragAndDrop issue between different containers 2018-08-21 19:20:03 +01:00
juce_DragAndDropContainer.h Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this 2018-07-18 14:54:08 +01:00
juce_DragAndDropTarget.h Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this 2018-07-18 14:54:08 +01:00
juce_FileDragAndDropTarget.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_LassoComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MouseCursor.cpp
juce_MouseCursor.h Removed a redundant method and did some minor tidying 2018-10-15 11:53:06 +01:00
juce_MouseEvent.cpp Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 2018-05-30 14:49:29 +01:00
juce_MouseEvent.h Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 2018-05-30 14:49:29 +01:00
juce_MouseInactivityDetector.cpp
juce_MouseInactivityDetector.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MouseInputSource.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
juce_MouseInputSource.h Deprecated MouseInputSource::hasMouseMovedSignificantlySincePressed() and replaced with the more accurate isLongPressOrDrag() and hasMovedSignificantlySincePressed() methods 2018-04-10 10:14:51 +01:00
juce_MouseListener.cpp Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code 2018-03-19 13:52:37 +00:00
juce_MouseListener.h Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code 2018-03-19 13:52:37 +00:00
juce_SelectedItemSet.h Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
juce_TextDragAndDropTarget.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TooltipClient.h Add documentation tags 2018-03-15 12:10:32 +00:00