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
2014-07-31 11:18:38 +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 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_DragAndDropContainer.h Made DragAndDropContainer force mouse-cursor updates to help when using modifier keys to change the drag mode. 2013-11-27 19:38:40 +00: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 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_MouseCursor.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +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 MouseInactivityDetector fix. 2013-07-08 14:20:11 +01:00
juce_MouseInactivityDetector.h Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01:00
juce_MouseInputSource.cpp Fixes for unbounded mouse behaviour on scaled displays 2014-07-31 11:18:38 +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 Minor clean-ups. 2013-09-07 16:46:22 +01: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