topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 6:03 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - siddhu.iam [ switch to compact view ]

Pages: [1]
1
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)

2
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 left mouse button, then move mouse pointer about 2 centimeters to left, then release left mouse button.)

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

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

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

3
I like to play games like temple run and subway surfers on my big laptop screen, but to turn the player left or right or to make him crouch or jump gets very difficult as the game speed increases. It would be very very cool to make a software which when enabled with a hotkey replace normal sliding of touchpad, which normally just moves the pointer by a drag action in the direction that I slide.

4
It would be good to create a software that would keep a list of new files added or old files deleted and changes made to plain text files - over a user specified time and in a set of user specified directories. Providing start and stop buttons for creating the log would also be useful. I think it is possible with some command lines, but they are very confusing and hard to remember. Even if there are some tiny apps, I think they don't list the changes to plain text files in the given directory.

5
Post New Requests Here / File Change Log
« on: September 09, 2012, 02:57 AM »
It would be good to create a software that would keep a list of new files added or old files deleted and changes made to plain text files - over a user specified time and in a set of user specified directories. Providing start and stop buttons for creating the log would also be useful. I think it is possible with some command lines, but they are very confusing and hard to remember. Even if there are some tiny apps, I think they don't list the changes to plain text files in the given directory.

Pages: [1]