Skip to content

feat: add mouse position to plot context menu #4

feat: add mouse position to plot context menu

feat: add mouse position to plot context menu #4

Workflow file for this run

name: 🪟 Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Build
run: |
cd example
cmake -B build
cmake --build build