![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on [Release] Poison's keyboard v3 (final version) within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Poison's keyboard V3 Information : After several failed attempt to make the Danzeff's keyboard work in one of my homebrew, ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
Poison's keyboard V3
![]() Information : After several failed attempt to make the Danzeff's keyboard work in one of my homebrew, I've decided to create my own keyboard (coded C++), it's not better than the Danzeff's keyboard of course; but it's succesful for my need. And maybe it will help you to make your own keyboard or to use it on your own homebrew since the code source is available. Buttons : Up / Down / Left / Right : Move selector. Cross : Validate the letter/number. Joystick : Move keyboard. Update : 1st August 2007 : First version published 2nd August 2007 : Second version published 8st August 2007 : The third and maybe the final version released What new ? About the 2nd version : - You can use the joystick to move the keyboard About the 3rd version : - Code source remake entirely (coded in C++ , POO) - Easier to use than the latest version. More information in README.txt (how to use it etc...). Download : Download Poison's keyboard v3 + Source code Download Poison's keyboard v3 + Source code (mirror) This homebrew/utility is open source , so if you want to modify my code source you can ! I hope you'll enjoy
Last edited by Poison_xtreamlua; 08-18-2007 at 02:24 AM.. |
|
|
|
|
|
#2 |
![]() ![]() Avada Kedavra
|
'Linux Forever'
Hell yeah! Nice keyboard poison
__________________
|
|
|
|
|
|
#4 | |
![]() |
Quote:
|
|
|
|
|
|
|
#5 |
![]() ![]() Developer
|
POO? Program Oriented Objects?
lulz
__________________
Raphs board rules #31: Excessive use of punctuation is either a sign of a lesser ego or a small mind. Avoid it if you don't want to look like a total moron. Raphs board rules #17: When you need to ask whether you are capable of doing something, you are not. Raphs board rules #2: Exploits aren't found by changing version numbers, blindly merging data into a file or turning your PSP upside down. Raphs board rules #1: If you have no clue how exploits work, don't come up with ideas about them. |
|
|
|
|
|
#7 |
![]() ![]() Developer
|
Ah ok, that makes sense. Well, but unfortunately you posted in english, so it should have been OOP ;P
__________________
Raphs board rules #31: Excessive use of punctuation is either a sign of a lesser ego or a small mind. Avoid it if you don't want to look like a total moron. Raphs board rules #17: When you need to ask whether you are capable of doing something, you are not. Raphs board rules #2: Exploits aren't found by changing version numbers, blindly merging data into a file or turning your PSP upside down. Raphs board rules #1: If you have no clue how exploits work, don't come up with ideas about them. |
|
|
|
|
|
#9 | |
![]() |
Quote:
There is only one probleme I don't know how to go to the following ligne, I know that we can use '\n' but I don't know how to print it properly on the psp screen ... |
|
|
|
|
|
|
#10 |
![]() |
Well, literally keep '\n' in the string, but when you go to display the string on the PSP, instead of drawing the '\n', just parse it so that it modifies the x of the string to the next line, then when you save it to a file, it will be fine.
|
|
|
|
|
|
#11 | |
![]() |
Quote:
|
|
|
|
|
![]() |
| Tags |
| final , keyboard , poison , release , version |
| Thread Tools | |
|
|