mouse help
Blitz3D Forums/Blitz3D Beginners Area/mouse help
| ||
| how can i make a mouse working in a full screen program. how do i show it and how does the code go for making it move. |
| ||
| Check out seferey's code |
| ||
| Hi there One thing that the code does not show, is these two commands: ShowPointer() to show the mouse pointer HidePointer() to hide the mouse pointer. Kind Regards |
| ||
| ShowPointer and HidePointer refer to the Windows mouse pointer and so only work in windowed mode, not fullscreen. |