This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cursor_library [2017/07/14 18:34] – korshun | cursor_library [2017/07/14 18:40] (current) – korshun | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The ACSUtils cursor library allows mods to easily add mouse cursor support. | The ACSUtils cursor library allows mods to easily add mouse cursor support. | ||
| - | It takes into account all mouse settings of the user to provide consistent cursor support regardless of aiming settings. | + | It fully supports wide screens and takes into account all mouse settings of the user to provide consistent cursor support regardless of aiming settings. |
| - | <note important> | + | <note important> |
| + | - serverside cursors are very laggy. | ||
| + | - cursor library can't read user's mouse settings to adjust cursor speed and direction. | ||
| + | - cursor library can't read user's aspect ratio to find correct screen boundaries. | ||
| + | </ | ||
| ===== Basic usage ===== | ===== Basic usage ===== | ||
| Line 45: | Line 49: | ||
| ==== Changing cursor speed ==== | ==== Changing cursor speed ==== | ||
| - | [[SetCursorSpeed]], | + | [[functions:SetCursorSpeed]], |
| ==== Cursor wraparound ==== | ==== Cursor wraparound ==== | ||
| - | [[ | + | [[functions: |