= button not working

Non-platform specific questions.

= button not working

Postby j2graves » Thu Jul 24, 2008 2:41 pm

my vista laptop won't let me use the = button. WHAT DO I DO?!
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score

Re: = button not working

Postby feral » Fri Jul 25, 2008 12:10 am

first try numlock,scrolllock etc and the laptops manual... I know that is silly and obvious, but some laptops are very tricky with their numpad emulation and may require a key combo to configure the equal key (how many other key icons are on the equal key that it may be also set to ?)

secondly try to see what the equals key is currently telling the game it is currently set to ..

create a text actor and in draw use this code
Code: Select all
int keyCode = getLastKey(); //get the last key pressed.
strcpy(text, getKeyText(keyCode)); //get the key text (getKeyText) and copy it (strcpy) to .text


it will output the key names to the screen and hopefully tell you what your laptop thinks the = key is mapped to.. this may give you an idea

I assume the problem is when you are editing scripts ?
User avatar
feral
 
Posts: 308
Joined: Sun Mar 16, 2008 6:27 am
Score: 47 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron