summaryrefslogtreecommitdiff
path: root/support/qfig/src/mouse.bi
blob: 5356322eea695440d90381eae033808c4009e859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DECLARE FUNCTION MouseReady% ()
DECLARE SUB MouseBorder (row1%, col1%, row2%, col2%)
DECLARE SUB MouseDriver (M0%, M1%, M3%, M4%)
DECLARE SUB MouseLocate (row%, col%)
DECLARE SUB MouseMode (Func%)
DECLARE SUB MouseHide ()
DECLARE SUB MouseInit ()
DECLARE SUB MousePoll (row%, col%, lbutton%, rbutton%)
DECLARE SUB MousePush (button%, row%, col%, lbutton%, rbutton%)
DECLARE SUB MouseRelease (button%, row%, col%, lbutton%, rbutton%)
DECLARE SUB MouseShow ()
DECLARE SUB SetMouseEvent (Mode%)