Home
last modified time | relevance | path

Searched refs:ClickShiftState (Results 1 – 2 of 2) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/gui/
H A DguiButton.h204 return ClickShiftState; in getClickShiftState()
322 bool ClickShiftState; variable
H A DguiButton.cpp36 ClickShiftState(false), ClickControlState(false), in GUIButton()
164 ClickShiftState = event.KeyInput.Shift; in OnEvent()
230 ClickShiftState = event.MouseInput.Shift; in OnEvent()