summaryrefslogtreecommitdiff
path: root/dgl/src/EventHandlers.cpp
AgeCommit message (Expand)Author
2022-08-30More improvements to KnobEventHandler stepped movementfalkTX
2022-08-29Allow to pass scale factor to KnobEventHandler mouse eventsfalkTX
2022-08-28Fix a compiler warningfalkTX
2022-08-28Improve KnobEventHandler::motionEvent for stepped controlsfalkTX
2022-08-26Introduce knobDoubleClicked for KnobEventHandlerfalkTX
2022-08-25Add KnobEventHandler::setMouseDecelerationfalkTX
2022-08-25Add KnobEventHandler::isInteger(), avoid out of bounds steppingfalkTX
2022-08-24Allow KnobEventHandler orientation to be both (horiz and vertical)falkTX
2021-07-03Fix ImageKnob for types that need full repaintsfalkTX
2021-06-26Add ButtonEventHandler::getLastClickPosition()falkTX
2021-06-26Add ButtonEventHandler::getLastMotionPosition(), fix whitespacefalkTX
2021-06-19KnobEventHandler should has vertical mode by defaultfalkTX
2021-06-17Move ImageKnob logic into reusable KnobEventHandlerfalkTX
2021-06-14ButtonEventHandler: Fix inverse logic and add a clear state callfalkTX
2021-06-14Make some event handlers methods publicfalkTX
2021-06-14Start of common event handlers, split off button as a startfalkTX