|
Post by powerrad on Jun 23, 2005 9:00:45 GMT 1
I saw another user bring this up, but it was ignored, so..
Is it going to be possible to map buttons to the keys on the T650's keyboard? That'd be awesome.
|
|
|
Post by JeremySmith on Jun 23, 2005 15:20:58 GMT 1
|
|
|
Post by Tinnus on Jun 23, 2005 17:12:10 GMT 1
Dmitry is working on yet another hack to solve this I believe...
|
|
|
Post by musicenthusiast on Jun 23, 2005 18:58:19 GMT 1
holy nuts that would be awesome
|
|
|
Post by thingyieD on Jun 23, 2005 20:48:33 GMT 1
Also, I have been in contact with one of the most popular Treo developers who has indicated that there is a way to simulate hard key actions through the keyboard keys, which before was thought to have been impossible. It hasn't been publicly tested, but he has indicated that it does indeed work and rather well (though he did indicate some apparent system slow-down). This would seem rather advantageous in a program like LJP, so I wanted to report this here as well. Holla
|
|
|
Post by metaview on Jun 23, 2005 21:43:26 GMT 1
Someone with a Treo 650 could maybe test the latest MyUAE version. It has some debug code included to test the keyboard on a Treo 650:
if (g_treo600_sdk || g_treo650_sdk) { UInt16 keyCodes[50] = {keyBackspace, keyTab, keyReturn, keyEscape, keySpace, keySingleQuote, keyComma, keyDash, keyPeriod, keySlash, keyZero, keyOne, keyTwo, keyThree, keyFour, keyFive, keySix, keySeven, keyEight, keyNine, keySemiColon, keyLessThan, keyEquals, keyBackslash, keyA, keyB, keyC, keyD, keyE, keyF, keyG, keyH, keyI, keyJ, keyK, keyL, keyM, keyN, keyO, keyP, keyQ, keyR, keyS, keyT, keyU, keyV, keyW, keyX, keyY, keyZ}; Boolean keyPressed[50];
Sys_PrintF("check Treo keyboard"); stub_HsKeysPressed(50, keyCodes, keyPressed); for (i=0; i<50; i++) { if (keyPressed) { Sys_PrintF("key pressed: 0x%x", keyCodes); break; } } }
|
|
|
Post by musicenthusiast on Jun 23, 2005 23:27:06 GMT 1
how would that be tested o.o?
|
|
|
Post by Tinnus on Jun 23, 2005 23:58:59 GMT 1
You're not supposed to test the code, but his MyUAE emulator.
|
|
|
Post by musicenthusiast on Jun 24, 2005 4:29:01 GMT 1
where is his emulator?
|
|
|
Post by Tinnus on Jun 24, 2005 17:22:17 GMT 1
|
|
|
Post by musicenthusiast on Jun 24, 2005 21:14:45 GMT 1
k i got it all setup w/ a .adf game but it asks for a rom file..
and it wouldn't let me assgn my keyboard as buttons
|
|
|
Post by Tinnus on Jun 24, 2005 21:29:12 GMT 1
But you still need a rom...
|
|
|
Post by musicenthusiast on Jun 24, 2005 23:12:05 GMT 1
what do i need to run it?
|
|
|
Post by JeremySmith on Jun 25, 2005 0:05:42 GMT 1
Are you asking to run LJP or MyUAE?
|
|
|
Post by Tinnus on Jun 25, 2005 1:51:29 GMT 1
MyUAE.
I don't know anything about it, doesn't it come with a readme or anything?
|
|