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
2015-05-11 11:22:39 +01:00
..
juce_ComponentDragger.cpp Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
juce_ComponentDragger.h Documentation update + Xcode 3 compiler fix. 2014-01-01 16:20:25 +00:00
juce_DragAndDropContainer.cpp Added callbacks to DragAndDropContainer to be told when drag operations begin/end. 2014-10-07 12:08:05 +01:00
juce_DragAndDropContainer.h Added callbacks to DragAndDropContainer to be told when drag operations begin/end. 2014-10-07 12:08:05 +01:00
juce_DragAndDropTarget.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01:00
juce_FileDragAndDropTarget.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_LassoComponent.h Minor clean-ups. 2013-09-07 16:46:22 +01:00
juce_MouseCursor.cpp Minor clean-ups 2014-08-14 12:04:43 +01:00
juce_MouseCursor.h Minor clean-ups 2014-08-14 12:04:43 +01:00
juce_MouseEvent.cpp Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
juce_MouseEvent.h Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
juce_MouseInactivityDetector.cpp Added a method MouseInactivityDetector::setMouseMoveTolerance() 2015-04-27 11:58:52 +01:00
juce_MouseInactivityDetector.h Added a method MouseInactivityDetector::setMouseMoveTolerance() 2015-04-27 11:58:52 +01:00
juce_MouseInputSource.cpp Fix for an edge-case where dragging within a triple-click would trigger a false double-click 2015-05-11 11:22:39 +01:00
juce_MouseInputSource.h Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
juce_MouseListener.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_MouseListener.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01:00
juce_SelectedItemSet.h Fixed a comment. 2014-11-25 16:43:56 +00:00
juce_TextDragAndDropTarget.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01:00
juce_TooltipClient.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00