Giter Club home page Giter Club logo

Comments (15)

xsacha avatar xsacha commented on August 20, 2024

Blackberry platform already supports this with the Native ShowKeyboard function. However, there is no hook-in for grabbing keyboard input yet in native.

from ppsspp.

devnoname120 avatar devnoname120 commented on August 20, 2024

This is almost implemented: keyboard input doesn't work yet.

from ppsspp.

 avatar commented on August 20, 2024

That's not the half of it, all the non-English and numerical keyboards are not implemented, which is a much higher priority than hacking keyboard support in, IMO. It's possible that some non-English games will fail with the current implementation too.

from ppsspp.

xsacha avatar xsacha commented on August 20, 2024

What's wrong with using the system keyboard input? Every system can deal with what characters are meant to be input.

from ppsspp.

unknownbrackets avatar unknownbrackets commented on August 20, 2024

IIRC, Senjou no Valkyria 3 (which allows you to enter free bonus codes to unlock characters in the game) requires the input to come in as half-width characters, rather than ASCII. That said, most games seem to use it for name input and won't care (hopefully even for non-latin?)

-[Unknown]

from ppsspp.

 avatar commented on August 20, 2024

Yeah, a few games need non-ascii input. And I wasn't saying we shoudn't have system keyboard input more that we should probably concentrate on getting what we have (at least with regards to the input struct reading/writing) working correctly first just to make sure that there are not a load of characters, etc, that we need to support or filter out to stop games going crazy.

from ppsspp.

StorMyu avatar StorMyu commented on August 20, 2024

OSK can input Unicode/Shift-Jis and ASCII, depending on what set of character is send to the OSKInit, could always check depending on each given situation.
That's just an idea though.
Envoyé avec mon Smartphone BlackBerry® de Free

-----Original Message-----
From: tmaul [email protected]
Date: Mon, 07 Jan 2013 15:15:54
To: hrydgard/[email protected]
Reply-To: hrydgard/ppsspp [email protected]
Subject: Re: [ppsspp] OSK ("On Screen Keyboard") not implemented (#65)

Yeah, a few games need non-ascii input. And I wasn't saying we shoudn't have system keyboard input more that we should probably concentrate on getting what we have (at least with regards to the input struct reading/writing) working correctly first just to make sure that there are not a load of characters, etc, that we need to support or filter out to stop games going crazy.


Reply to this email directly or view it on GitHub:
#65 (comment)

from ppsspp.

Romsstar-zz avatar Romsstar-zz commented on August 20, 2024

Also, on some games the OSK is oversized, like can be seen here:

oversizedosk

from ppsspp.

raven02 avatar raven02 commented on August 20, 2024

@hrydgard , just wonder is OSK also an FBO ?

from ppsspp.

hrydgard avatar hrydgard commented on August 20, 2024

Nope

from ppsspp.

raven02 avatar raven02 commented on August 20, 2024

I see. then i'm wondering how it can be oversized .......

from ppsspp.

Kyhel avatar Kyhel commented on August 20, 2024

Is there a way to limit the number of characters being written to correspond to the game's limitation ? In Patapon the pseudo can't use more than 4 characters in the PSP, however i managed to put my pseudo "Kyhel" on the emulator (the l doesn't show when i use the OSK, but is then used in the game).

from ppsspp.

thedax avatar thedax commented on August 20, 2024

It already does, or it's supposed to.

from ppsspp.

Kyhel avatar Kyhel commented on August 20, 2024

Well at least not in MHFU and Patapon ^^' I played it on psp, only could put 4 chars, but in my PPSSPP i played with Kyhel as pseudo (and in PPSSPP, when pseudo input prompted, i only see 4 _ ). Not a big deal though, only in MHFU since when you input too many chars, the "cursor" stays at the max size, so when i delete, i'm only deleting from there backwards, and can't delete the other chars.

from ppsspp.

thedax avatar thedax commented on August 20, 2024

The base issue (non-ASCII) input is resolved, so this can be closed. Other things like the apparent allowing of too much input, or restricting the OSK to only display the language(s) the game wants to display should have their own issues.

from ppsspp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.