This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:tutorials:display:custom_mouse_cursor [2018/09/10 16:35 (7 years ago)] – external edit 127.0.0.1 | en:tutorials:display:custom_mouse_cursor [2025/09/30 17:26 (4 weeks ago)] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| </ | </ | ||
| - | {{ :en:tutorials: | + | {{ tutorials: |
| Alternatively, | Alternatively, | ||
| - | {{ :tutorials: | + | {{ tutorials:display: |
| <code ini> | <code ini> | ||
| Line 26: | Line 26: | ||
| </ | </ | ||
| - | {{ :en:tutorials: | + | {{ tutorials: |
| And like a normal cursor, it will hang outside the bounds of the window when you are the right or bottom extremes. Very nice. | And like a normal cursor, it will hang outside the bounds of the window when you are the right or bottom extremes. Very nice. | ||
| - | You can change cursors using the [[en: | + | You can change cursors using the [[en: |
| Mouse.SetCursor crosshair | Mouse.SetCursor crosshair | ||
| - | {{ :en:tutorials: | + | {{ tutorials: |
| Finally, you can set a mouse cursor in code: | Finally, you can set a mouse cursor in code: | ||
| Line 52: | Line 52: | ||
| </ | </ | ||
| + | ===== Hiding the mouse cursor ===== | ||
| + | If you don't want a cursor to display at all then you won't want to show it. You an use the '' | ||