Home
last modified time | relevance | path

Searched refs:isLeftMouse (Results 1 – 17 of 17) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/jukebox/scripts/
H A Dnode_jukebox.lua74 if (isLeftMouse() or isRightMouse()) and not v.mbDown then
76 elseif (not isLeftMouse() and not isRightMouse()) and v.mbDown then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_title.lua93 if (isLeftMouse() or isRightMouse()) and not v.mbDown then
95 elseif (not isLeftMouse() and not isRightMouse()) and v.mbDown then
H A Dnode_sit.lua43 while (not isLeftMouse()) and (not isRightMouse()) do
H A Dnode_throne.lua63 while (not isLeftMouse()) and (not isRightMouse()) do
H A Dmap_thirteenlair.lua118 while not isLeftMouse() and not isRightMouse() do
H A Dnode_sleep.lua114 while (not isLeftMouse()) and (not isRightMouse()) do
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/_unused/
H A Dnode_jumptitle.lua33 if v.done == 0 and (isLeftMouse() or isRightMouse() or isEscapeKey()) then
H A Dnode_thronenormal.lua44 while (not isLeftMouse()) and (not isRightMouse()) do
H A Dnode_swimtobg.lua38 while (not isLeftMouse()) and (not isRightMouse()) do
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/aquariaeditortutorial/scripts/
H A Dnode_sit.lua42 while (not isLeftMouse()) and (not isRightMouse()) do
H A Dnode_sleep.lua57 while (not isLeftMouse()) and (not isRightMouse()) do
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/scripts/
H A Dnode_sit.lua42 while (not isLeftMouse()) and (not isRightMouse()) do
H A Dnode_sleep.lua57 while (not isLeftMouse()) and (not isRightMouse()) do
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dcursorswarmer.lua56 if isLeftMouse() then
H A Dmaul.lua87 if isLeftMouse() then
H A Dclam.lua203 while (not isLeftMouse()) and (not isRightMouse()) do
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp4907 luaFunc(isLeftMouse) in luaFunc() argument
10328 luaRegister(isLeftMouse),