This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-27 23:00:48 +08:00
Code
Issues
Releases
Wiki
Activity
58,147
Commits
4
Branches
799
Tags
3102044d00a85caaaafd059f77a08022dfd2d7aa
Commit Graph
25 Commits
disable mouse input to touchscreen controls
Dylan Nantz
·
2022-12-14 10:34:21 -05:00
ee945c9b58
Partial everything
Dan Balasescu
·
2022-11-27 00:00:27 +09:00
7bc8908ca9
Attempt to fix crashing from weird input interactions
Dean Herbert
·
2022-07-22 20:19:13 +09:00
7baa1a7e85
Fix method name not matching actual implementation
Dean Herbert
·
2022-07-22 18:19:33 +09:00
ee5e27638e
Adjust colours to match default skin for now
Dean Herbert
·
2022-07-22 18:16:01 +09:00
9e5e03af5d
Add back standard mouse bindings support and only handle mouse when inside the visible zone
Dean Herbert
·
2022-07-22 18:09:19 +09:00
ec98693cca
Add final design pass
Dean Herbert
·
2022-07-22 17:53:25 +09:00
2d2d98ab6e
Add first pass design
Dean Herbert
·
2022-07-22 17:17:38 +09:00
aeeedc40b4
Combine touch and mouse handling into single path
Dean Herbert
·
2022-07-22 17:03:08 +09:00
bd6ff40b43
Simplify implementation
Dean Herbert
·
2022-07-22 16:59:09 +09:00
b604eb6262
Move touch input drum to own file for now
Dean Herbert
·
2022-07-22 16:39:26 +09:00
7015cf0b1b
Remove unused field and fix typo
Dean Herbert
·
2022-06-02 14:48:26 +09:00
859a83ac90
Fix various code inspection issues
Dean Herbert
·
2022-06-02 14:36:07 +09:00
f3d4cd3f95
Fix naming rule violations
Aaron Hong
·
2022-06-01 01:03:21 -07:00
f6e9dfe7bf
Revert "Adjust default touch drum overlay size to be more comfortable on phones"
This reverts commit
2de6bb033b
.
Aaron Hong
·
2022-03-12 08:03:24 -08:00
b628a65cfa
Adjust default touch drum overlay size to be more comfortable on phones
Aaron Hong
·
2022-03-12 07:51:40 -08:00
2de6bb033b
Code cleanup
Aaron Hong
·
2022-03-12 05:32:02 -08:00
9db80c3335
Improve centre input size fitting for legacy skins
Aaron Hong
·
2022-03-12 05:17:45 -08:00
6f99455d94
Code formatting
Aaron Hong
·
2022-03-12 05:01:40 -08:00
ac17c047f6
Remove unneccessary whitespace
Aaron Hong
·
2022-03-11 04:48:57 -08:00
848b005097
Show and hide osu!taiko touch controls overlay based on most recent input type detected
Aaron Hong
·
2022-03-11 04:43:57 -08:00
35053eaeba
osu!Taiko touch implementation code cleanup
Aaron Hong
·
2022-03-11 03:33:03 -08:00
1ed06f30e7
Improve readability for getTaikoActionFromInput
Aaron Hong
·
2022-03-10 06:17:06 -08:00
5ce57fa34a
Basic functionality for Taiko touch input now complete
Aaron Hong
·
2022-03-10 05:09:07 -08:00
317869078f
Proof of Concept draft for Taiko touch input
Aaron Hong
·
2022-03-10 00:42:58 -08:00
a25b6e6a09