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
2018-05-09 10:04:27 +01:00
..
juce_ComponentDragger.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_ComponentDragger.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_DragAndDropContainer.cpp Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 2018-05-09 10:04:27 +01:00
juce_DragAndDropContainer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_DragAndDropTarget.h Add documentation tags 2018-03-15 12:10:32 +00: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 Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds 2017-11-02 14:54:11 +00:00
juce_MouseCursor.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MouseEvent.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
juce_MouseEvent.h Clarified the documentation of MouseEvent::mouseWasDraggedSinceMouseDown() 2018-04-10 11:10:16 +01:00
juce_MouseInactivityDetector.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
juce_MouseInactivityDetector.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MouseInputSource.cpp Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 2018-05-09 10:04:27 +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 Add documentation tags 2018-03-15 12:10:32 +00: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