Downloads Navigation
Danzeff Keyboard OSK for PSP Lua Player
Download Name: Danzeff Keyboard OSK for PSP Lua Player
Category: PSP & PS Vita PSP Homebrew Applications
Submitted By: Ahri
Date Added:
File Size: 111.86 KB
File Type: (Zip file)
Comments: 0
Downloads: 0
Views: 325
Related Forum: PlayStation Forum
Share:
Item description:
Since Danzel, the author of AFKIM, has released the stand-alone source code of the OSK (On-Screen Keyboard) in his 2.0 version of AFKIM, it itsn't a surprise that other homebrew developers have been tinkering with this one. This time homebrew developer, cancan, has came up with an adaptation of the Danzeff OSK created by Danzel. Read on for the needed infos about this latest addition to homebrew development straight from cancan himself. Code Usage: First at the beginning of the your main script: -dofile("danzeff.lua") -- This will include the danzeff.lua script in your application -To initalize your keyboard variable with the Danzeff class: (you can put what you want as keyboard name, here I used "mykeyboard") -This must be done once per application -mykeyboard = Danzeff:New() -To initialize the keyboard and display it on the screen: x represent the x position of the keyboard on the screen, y the y position mykeyboard:Init(x, y) To read the input from the keyboard: newchar if the variable where you want to store the value (it is an integer), pad is your Controls.read() variable newchar = mykeyboard:Input(pad) To display the keyboard mykeyboard:Display()
Since Danzel, the author of AFKIM, has released the stand-alone source code of the OSK (On-Screen Keyboard) in his 2.0 version of AFKIM, it itsn't a surprise that other homebrew developers have been tinkering with this one. This time homebrew developer, cancan, has came up with an adaptation of the Danzeff OSK created by Danzel. Read on for the needed infos about this latest addition to homebrew development straight from cancan himself. Code Usage: First at the beginning of the your main script: -dofile("danzeff.lua") -- This will include the danzeff.lua script in your application -To initalize your keyboard variable with the Danzeff class: (you can put what you want as keyboard name, here I used "mykeyboard") -This must be done once per application -mykeyboard = Danzeff:New() -To initialize the keyboard and display it on the screen: x represent the x position of the keyboard on the screen, y the y position mykeyboard:Init(x, y) To read the input from the keyboard: newchar if the variable where you want to store the value (it is an integer), pad is your Controls.read() variable newchar = mykeyboard:Input(pad) To display the keyboard mykeyboard:Display()
Download: Click Download and in a few moments you will receive the download dialog.
Related Forum: PlayStation Forum
Related Forum: PlayStation Forum
We are sorry, but this section of our site is for Registered Users Only.
Ratings
Comments
Related Downloads
- 01. WiFiHack version 2.1(58)
- 02. COBRA CFW Tools v2.00(25)
- 03. Cobra BOX v1.05(2)
- 04. Cinavia Protection Tool v1.03(1)
- 05. CFW Extras Category v1.0.1(17)
- 06. CDG Player v1.0 r2(6)
- 07. Buttons Layout Changer v1.3(3)
- 08. Backup Manager v2.0(10)
- 09. Backup Manager v1.1(2)
- 10. Awesome Mountpoint Manager v1.1a(0)
- 11. Awesome Filemanager (3.55)(10)
- 12. ArtemisPS3 vr6 bucanero(12)
- 13. Analog Block 1.0(3)
- 14. PSP Tool 1.00(43)
- 15. Melody v1.0.2(8)
"Danzeff Keyboard OSK for PSP Lua Player" :: Login/Create an Account :: 0 comments