mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-25 06:06:03 +03:00
[GH-ISSUE #4777] [Input screen] doesn't fit all possible input #1972
Labels
No labels
Atrac3+
Audio
CPU emulation
D3D11
D3D9 (removed)
Depth / Z
Feature Request
Font Atlas
GE emulation
Guardband / Range Culling
HLE/Kernel
I/O
Input/Controller
MP3
Multithreading
Needs hardware testing
Networking/adhoc/infrastructure
No Feedback / Outdated?
OpenGL
PGF / sceFont
PSMF / MPEG
Platform-specific (Android)
Platform-specific (Windows)
Platform-specific (iOS)
PowerVR GPU
SDL2
Saving issue
User Interface
Vulkan
arm64jit
armjit
armv6
x86jit
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ppsspp#1972
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LunaMoo on GitHub (Dec 9, 2013).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/4777
It's a minor cosmetic annoyance, could confuse some people making them think input doesn't work in some cases etc.. described the problem in here http://forums.ppsspp.org/showthread.php?tid=3252&pid=61772#pid61772 (with screenshot),
Basically because the input line is centered it cuts off the start and end of the input when it's over 38~39 characters long, few games does allow that for descriptions mostly(used for multiplayer in many games), possibly for some other things, maybe even passwords as seen in http://forums.ppsspp.org/showthread.php?tid=1680&pid=61650#pid61650 No clue what max input could be. @_@
Solution ~ either detect the max lenght and divide it to more lines, or allow some kind of scrolling depending where the cursor is(keeping the input place not whole line centered), making it smaller or at least starting the input from the left instead of centering it, as currently it cuts off start and the end when it's too long.
@vnctdj commented on GitHub (Dec 9, 2013):
It reminds me about https://github.com/hrydgard/ppsspp/issues/3087...
@LunaMoo commented on GitHub (Dec 10, 2013):
You could remember you have issue opened covering pretty same thing in more general way when saying we should open an issue about it:P. Now this looks like a duplicate, unsure if I should leave it as it concentrates only on the minor issue or close it as it was already covered in yours.
@unknownbrackets commented on GitHub (Dec 10, 2013):
I'm going to close this as a duplicate of #3087.
Making it multiple lines wouldn't really be hard. I personally don't really like the way the PSP's looks.
-[Unknown]
@vnctdj commented on GitHub (Dec 10, 2013):
@LunaMoo >> Oops... I had forgotten :(
@unknownbrackets >> Yes, I agree, multiple lines can be a good idea :)