Skip to content

display: remember the last pointer position when border trigger is disabled #61

display: remember the last pointer position when border trigger is disabled

display: remember the last pointer position when border trigger is disabled #61

Workflow file for this run

name: cpplint
on: [push, pull_request]
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install cpplint
- run: cpplint --recursive --exclude=./src/argparse.hpp --linelength=120 --filter=-whitespace/blank_line,-build/c++11,-whitespace/indent,-legal/copyright,-whitespace/comments,-runtime/references,-build/include_subdir ./src