Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How to drag a panel [help]

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Lynxz Gaming
Expert Cheater
Reputation: 4

Joined: 01 Jul 2017
Posts: 208
Location: help

PostPosted: Sat Jul 14, 2018 11:00 pm    Post subject: How to drag a panel [help] Reply with quote

Hello,

so im want to make draggable panel, ican do it but no too perfect
i want more improve this

so can anyone help

my code was
Code:

panel = UDF1.CEPanel1
down = false
function CEPanel1MouseDown(sender, button, x, y)
down = true
end
function CEPanel1MouseMove(sender, x, y)
if down == true then
local x,y = getMousePos()
x,y = UDF1.ScreenToClient(x,y)
panel.Top = y
panel.Left = x
end
end
function CEPanel1MouseUp(sender, button, x, y)
down = false
end
[/code]
_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
MateeJr GT
Advanced Cheater
Reputation: 0

Joined: 24 Dec 2017
Posts: 66

PostPosted: Sun Jul 15, 2018 7:19 am    Post subject: Reply with quote

What You mean With "NOT PERFECT"?
Because working perfectly for me

_________________
Hi Lynxz Gaming
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites