Skip to content

fenster_sync, array on mouse pos, array on modkey #11

fenster_sync, array on mouse pos, array on modkey

fenster_sync, array on mouse pos, array on modkey #11

Workflow file for this run

name: Compile example
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Compile
run: |
cd examples/mousebuttons-c/
make
shell: bash