FCL-Team / FCL-Team/FoldCraftLauncher

Mouse Side Button Support

Open
#409 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
4.7k
Forks
315
Avg merge
20h 30m
Merged PRs (30d)
23

Description

Description

the side buttons in mouse on Android is set to MouseBack and MouseForward by default, and in FCL MouseBack is translated to MouseRightClick. So, the launcher check if there is MouseRightClick has been clicked, if it is the launcher would translate the back and forward to some key that rarely used by player(ex. keypad 0), if it doesn't the launcher will do normally send MouseRightClick

Why

added easier access to more keybind

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the Android mouse input handling and the code that translates MouseBack and MouseForward, since no files or tests are named. Check how MouseRightClick is detected and how keybinds are dispatched. Done means side buttons receive distinct, usable bindings without changing normal MouseRightClick behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.