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 do i drag a panel?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
GrowhaxxYT
How do I cheat?
Reputation: 0

Joined: 19 Nov 2018
Posts: 8

PostPosted: Thu Apr 30, 2020 3:54 am    Post subject: How do i drag a panel? Reply with quote

How do i drag a panel?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25857
Location: The netherlands

PostPosted: Thu Apr 30, 2020 5:31 am    Post subject: Reply with quote

here's an example with a panel. It has a MouseDown, MouseMove and a MouseUp event

Code:

function UDF1_CEPanel1MouseDown(sender, button, x, y)
  moving=true
  --print("start moving")
  start={}
  start.x,start.y=sender.clientToScreen(x,y)
  start.relx=x
  start.rely=y

end

function UDF1_CEPanel1MouseMove(sender, x, y)
  if moving then
    local cx,cy=sender.clientToScreen(x,y)

    local px,py=sender.parent.ScreenToClient(cx,cy)

    local newx,newy
    newx=px-start.relx
    newy=py-start.rely

    --print(string.format("%d,%d", newx,newy))
    sender.Left=newx
    sender.Top=newy

  end
end

function UDF1_CEPanel1MouseUp(sender, button, x, y)
  moving=false
  --print("stop moving")
end


_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Oxijen
Expert Cheater
Reputation: 0

Joined: 07 May 2020
Posts: 163
Location: On The Moon

PostPosted: Fri May 08, 2020 6:30 pm    Post subject: Re: How do i drag a panel? Reply with quote

GrowhaxxYT wrote:
How do i drag a panel?
lol I like this question
_________________
I can see you Hitler
Especially When I am On the Moon!!
You are Right now in cheat engine forum Wink
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