Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Dpanel.cxx180 _mouseInstrument(0), in FGPanel()
247 _mouseInstrument->doMouseAction(_mouseButton, 0, _mouseX, _mouseY); in updateMouseDelay()
510 if (_mouseInstrument != 0) in doLocalMouseAction()
511 _mouseInstrument->doMouseAction(_mouseButton, 1, _mouseX, _mouseY); in doLocalMouseAction()
513 _mouseInstrument = 0; in doLocalMouseAction()
527 _mouseInstrument = inst; in doLocalMouseAction()
532 return _mouseInstrument->doMouseAction(_mouseButton, 0, in doLocalMouseAction()
H A Dpanel.hxx184 mutable FGPanelInstrument * _mouseInstrument; member in FGPanel