Public Types | |
enum class | PointType { Press , Release } |
Public Member Functions | |
Q_DISABLE_COPY_MOVE (MouseManager) | |
void | register_processor (MouseProcessor *new_processor) |
void | install_mousepoint (const QPoint &point, PointType pointType) |
void | install_mousepoint (QPoint &&point, PointType pointType) |
bool | run_processor () |