Guest duall Posted April 17, 2007 Report Posted April 17, 2007 (edited) Hi, I have a smartphone with 220x176 screen dimetions.. i'm trying to run Warcraft II on my phone.. Off page here: http://n0p.tonych.info/ru/?Stratagus_%26am...A_%28320x240%29 Everything seems to work ok, but i can't control it becouse it needs a MOUSE control, i tried sphelper but the game seems to be on top of every window and sphelper doesn't work.. does any1 knows how to play this game on smartphone without touchpad ? well there is somethin in pocketpc.lua file when you open it with notepad.. --- The Keys >>> --- Scancode, - The virtual SDL key code of the hardware button --- Modifier, - Shift (1), Ctrl (2), Alt (4), Tap as Right mouse button (8) --- Ascii code - Ascii code of button to emulate, --- Type of action - Hold (0) or Switch (1) PocketPCKeyBindings( 5, --- First comes number of keys 13, 0, 13, 0, --- RETURN Key 193, 1, 0, 0, --- SHIFT Key 194, 8, 0, 0, --- Tap as Right MB 195, 0, 97, 0, --- "a" (Attack) 196, 0, 115, 0 --- "s" (Stop) ) but i have no idea how to use it Edited April 17, 2007 by duall
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now