Thread: Much desired program.

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    2

    Much desired program.

    There is a really big need with alot of people to have a small program (to run in their system tray) that can invert the y axis after holding down a hotkey. Lot's of games have stupid developers that dont bother to make an option to invert, and many invertees are left with horrid controls. Im a little new to programming, so this is over my head, but lots of people would kill for such a thing.

    Other than just having to flip the y axis only, it would have to work inside other apps, like games.

    thanks for reading, Robert

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    What you suggest is possible, I'm sure - I can think of a way to do that. And that's an awesome idea - thanks for posting!

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    The graphics card in my work PC will do this on command with a hot key - which I immediately turned off as being the most useless and annoying feature ever invented once the "ooohh" factor had disappeared.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Sep 2005
    Posts
    2
    Dude, if you coded this little thing you would be alot of people's savior.

  5. #5
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Good idea.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  6. #6
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Axis inversion is for the weak! Real men enter their direction vectors in radians using the keyboard!
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  7. #7
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    I think just about every game out there already has this option.

  8. #8
    C maniac
    Join Date
    Aug 2004
    Location
    Cyberwarping to Middle Earth
    Posts
    154
    Uh-huh. Also, if you have the Intel Extreme graphics 'card' on Windows XP, press CNTRL-ALT-PGUP to rotate the display. At least, I think it's that key combo

  9. #9
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Quote Originally Posted by Bubba
    I think just about every game out there already has this option.
    Why is it a "really big need with alot of people" then?
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  10. #10
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Quote Originally Posted by Sang-drax
    Why is it a "really big need with alot of people" then?
    I'm not sure. Maybe you could try asking the OP.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  11. #11
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Why is it a "really big need with alot of people" then?
    My point exactly. I have well over 75 games sitting on my computer shelf and over 100 just sitting in the closet and about 50 that are the jewel case only type games. So that's about 225 games in total and I've yet to come across anyone in the gaming communities and/or squads/clans/fan sites, etc. that have complained about an issue such as this.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM