Home
last modified time | relevance | path

Searched defs:SMouseState (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/19.MouseAndJoystick/
H A Dmain.cpp29 struct SMouseState struct in MyEventReceiver
31 core::position2di Position;
32 bool LeftButtonDown;
33 SMouseState() : LeftButtonDown(false) { } in SMouseState() argument