Description #
Adds an invisible clickable area with custom position to the GUIStack. The program will jump to the given address in case of clicking.
Key : LinReg(a+bx) [stats] [→]
Inputs #
- X,Y : the hotspot’s position, relative to the container.
- W,H : the hotspot’s width and height in pixels.
- onClickFuncr : the address to jump to in case of clicking.
Format #
Data(X, Y, W, H, onClickFunc
r
)→XXX
HotSpot(XXX
Or :
Data(X, Y, W, H,
L
labelOnClickFunc
r
)→XXX
HotSpot(XXX
Or again :
HotSpot(Data(...))
Always follow this scheme when setting parameters !