Getting mouse location
keyCode is an unsigned short (not a unichar), but since it's the same as the Carbon Events keyCode, there's only 128 different possible values (the same as the 128 bitfields of a KeyMap).
You don't want to treat it as a character, anyway, since you want to treat b, shift-b, option-b and option-shift-b identically.
You don't want to treat it as a character, anyway, since you want to treat b, shift-b, option-b and option-shift-b identically.
| Messages In This Thread |
|
Getting mouse location - Steven - Aug 2, 2003, 08:56 AM
Getting mouse location - NCarter - Aug 2, 2003, 09:07 AM
Getting mouse location - anarchie - Aug 2, 2003, 09:08 AM
Getting mouse location - Steven - Aug 2, 2003, 09:09 AM
Getting mouse location - Steven - Aug 2, 2003, 05:30 PM
Getting mouse location - OneSadCookie - Aug 2, 2003, 05:43 PM
Getting mouse location - Steven - Aug 2, 2003, 05:50 PM
Getting mouse location - OneSadCookie - Aug 2, 2003, 05:51 PM
Getting mouse location - Steven - Aug 2, 2003, 05:58 PM
Getting mouse location - Mark Levin - Aug 2, 2003, 07:14 PM
Getting mouse location - OneSadCookie - Aug 2, 2003, 07:14 PM
Getting mouse location - codemattic - Aug 2, 2003, 07:22 PM
Getting mouse location - Steven - Aug 3, 2003, 12:08 PM
Getting mouse location - Steven - Aug 3, 2003, 12:10 PM
Getting mouse location - OneSadCookie - Aug 3, 2003, 01:42 PM
Getting mouse location - Steven - Aug 3, 2003, 04:55 PM
Getting mouse location - OneSadCookie - Aug 3, 2003 05:06 PM
Getting mouse location - Steven - Aug 3, 2003, 05:28 PM
Getting mouse location - OneSadCookie - Aug 3, 2003, 06:31 PM
Getting mouse location - Steven - Aug 3, 2003, 06:40 PM
Getting mouse location - Steven - Aug 3, 2003, 06:50 PM
Getting mouse location - OneSadCookie - Aug 3, 2003, 06:58 PM
Getting mouse location - Steven - Aug 3, 2003, 07:16 PM
Getting mouse location - OneSadCookie - Aug 3, 2003, 07:18 PM
Getting mouse location - Steven - Aug 3, 2003, 07:19 PM
Getting mouse location - OneSadCookie - Aug 3, 2003, 07:24 PM
|
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| ending location from angle and speed | Kazooless | 5 | 3,934 |
Apr 3, 2009 02:40 PM Last Post: Gillissie |
|
| polling mouse location? | alloca | 1 | 2,213 |
Jan 22, 2009 04:14 PM Last Post: ThemsAllTook |
|
| Cocoa: Mouse location while dragging window | Fenris | 4 | 4,498 |
Jul 14, 2005 04:46 PM Last Post: Fenris |
|
| Setting the mouse location | Michael | 6 | 3,889 |
Jun 22, 2003 03:39 AM Last Post: reubert |
|
| mouse location woes | kelvin | 4 | 4,348 |
Dec 6, 2002 05:50 PM Last Post: wally |
|

