FCL-Team / FCL-Team/FoldCraftLauncher
Mouse Side Button Support
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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