Back to Projects List
Touch and pen interactions
Key Investigators
- Kyle Sunderland (Queen’s University)
- Jarett Rushmore (Boston University)
Project Description
Objective
Implement and integrate robust interactions using both touchscreen gestures and peripherals such as the Microsoft Surface Pen, and Microsoft Surface Dial.
Approach and Plan
- Demonstrate and receive feedback on the current state of gesture and peripheral interactions in 3D Slicer
- Determine the requirements for the utilization of interactions during segmentation
- Update interactions in VTK and Slicer based on feedback
Progress and Next Steps
Feedback
- Would be useful to have a button on the tablet that increments/deincrements through the slices
Issues
- For Microsoft Surface Pen, pen button events are sent as “Windows Key” + F18-F20, however Slicer is only currently detectinbg the “Windows Key” (Qt::Key_Meta)
- Improvements have been added to Qt, starting with the currently Slicer incompatible version of 5.12 (https://bugreports.qt.io/browse/QTBUG-53739)
Result
Segmentation using Surface Pen
Background and References