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 


check if pressed right click [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 21, 2018 9:19 am    Post subject: check if pressed right click [help] Reply with quote

Hi,

how to check if pressed right click it will print("1")

thxx

_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
FreeER
Grandmaster Cheater Supreme
Reputation: 53

Joined: 09 Aug 2013
Posts: 1091

PostPosted: Sat Jul 21, 2018 9:24 am    Post subject: Reply with quote

Code:
if isKeyPressed(VK_RBUTTON) then print("1") end
of course that only checks if it is currently pressed at the time you check, so you probably need it in a timer or use a hotkey that does the checking for you and then runs your code eg.
Code:
local hk = createHotkey(function(hk) print("1") end, VK_RBUTTON)

_________________
https://github.com/FreeER/ has a few CE related repos


Last edited by FreeER on Sat Jul 21, 2018 9:26 am; edited 1 time in total
Back to top
View user's profile Send private message
Lynxz Gaming
Expert Cheater
Reputation: 4

Joined: 01 Jul 2017
Posts: 208
Location: help

PostPosted: Sat Jul 21, 2018 9:26 am    Post subject: Reply with quote

FreeER wrote:
Code:
if isKeyPressed(VK_LBUTTON) then print("1") end
of course that only checks if it is currently pressed at the time you check, so you probably need it in a timer or use a hotkey that does the checking for you and then runs your code eg.
Code:
local hk = createHotkey(function(hk) print("1") end, VK_LBUTTON)


thnkss

_________________
my english is bad
discord : rynx#9828
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
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