mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Add tooltip:GetFollowCursor
This commit is contained in:
parent
e21264d4d7
commit
4caf207d62
@ -4,6 +4,7 @@ Version 0.9.7.1 - Alpha (Release Date TBD)
|
|||||||
[ADDED] a new tooltip method: GetOffsetX()
|
[ADDED] a new tooltip method: GetOffsetX()
|
||||||
[ADDED] a new tooltip method: GetOffsetY()
|
[ADDED] a new tooltip method: GetOffsetY()
|
||||||
[ADDED] a new tooltip method: GetOffsets()
|
[ADDED] a new tooltip method: GetOffsets()
|
||||||
|
[ADDED] a new tooltip method: GetFollowCursor()
|
||||||
|
|
||||||
[CHANGED] Moved library files to /libraries
|
[CHANGED] Moved library files to /libraries
|
||||||
[CHANGED] Upgraded to middleclass 3.0.1
|
[CHANGED] Upgraded to middleclass 3.0.1
|
||||||
|
@ -178,6 +178,17 @@ function newobject:SetFollowCursor(bool)
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[---------------------------------------------------------
|
||||||
|
- func: GetFollowCursor()
|
||||||
|
- desc: gets whether or not the tooltip should follow the
|
||||||
|
cursor
|
||||||
|
--]]---------------------------------------------------------
|
||||||
|
function newobject:GetFollowCursor()
|
||||||
|
|
||||||
|
return self.followcursor
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
--[[---------------------------------------------------------
|
--[[---------------------------------------------------------
|
||||||
- func: SetObject(object)
|
- func: SetObject(object)
|
||||||
- desc: sets the tooltip's object
|
- desc: sets the tooltip's object
|
||||||
|
Loading…
Reference in New Issue
Block a user