by Dan East » Mar 9, 2002 @ 6:43am
Okay, first off, you need to turn off the auto-yaw rate. That was a custom var I added so that when the stylus reaches the edge of the display the view would start automatically rotating. Add the following line to autoexec.cfg to disable:
in_autoyawrate 0
The sensitivity is cranked up for stylus input. There is an additional multiplier I use to get the sensitivity where it needs to be for the stylus, so that will negatively affect mouse input. Also, when a mouse is used on PC games, the mouse cursor is constantly re-centered. Windows CE does not provide the ability to set the cursor position, so I don't know what the solution would be. The problem is that over time you will end up working the mouse cursor further and further in a specific direction. Eventually the OS will not allow it to go any further in that direction (I don't know if CE will even allow it to go beyond 0-239 on the X axis or not).
Dan East