SpiderBasic - Mouse

Overview

SpiderBasic provides a full access to mouses. It supports standard mouses with up to 3 buttons. This library is optimized and uses low level functions especially for games. Do not use the functions of this library in a regular application, in this case carry out the mouse queries with WindowMouseX(), WindowMouseY() and EventType().

Command Index

ExamineMouse
InitMouse
MouseButton
MouseDeltaX
MouseDeltaY
MouseLocate
MouseWheel
MouseX
MouseY
ReleaseMouse

Example

Mouse.sb

Supported OS

All

Reference Manual - Index