Messages - siddhu.iam [ switch to compact view ]

Pages: [1] 2 3next
1
We're talkin'bout win7/8... It'd e great if you can do it... I found out after posting this question that even a lot of my friends would appreciate such feature, so it can become popular with reasonable promotion.

2
of course they dont have anything in common. Its just that I want you to take a look at it too.

3
I'm already running those apps with Intel AppUp, and they are running very smoothly unlike the case of an emulator. They dont even need to be opened from the emulator, they can be just run from the desktop.
If you still think its too hard, try atleast this: https://www.donationcoder.com/forum/index.php?topic=32769.0

4
This is mainly to play touchscreen games like temple run or subway surfers on the big hd screens of computers using keyboard controls.
My rough algorithm is:

if input is ( 'left' key ),
output is (move pinter to centre of screen , then hold LeftMouseButton, then move mouse pointer about 2 centimeters to left, then release LeftMouseButton)

if input is ( 'up' key ),
output is (move pinter to centre of screen , then hold LeftMouseButton, then move mouse pointer about 2 centimeters upwards, then release LeftMouseButton)

if input is ( 'right' key ),
output is (move pinter to centre of screen , then hold LeftMouseButton, then move mouse pointer about 2 centimeters to right, then release LeftMouseButton)

if input is ( 'down' key ),
output is (move pinter to centre of screen , then hold LeftMouseButton, then move mouse pointer about 2 centimeters downwards, then release LeftMouseButton)


Pages: [1] 2 3next
Go to full version