MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / onMouseOver

Method onMouseOver

src/Engine/InteractiveSurface.cpp:469–472  ·  view source on GitHub ↗

* Sets a function to be called every time the mouse moves over the surface. * @param handler Action handler. */

Source from the content-addressed store, hash-verified

467 * @param handler Action handler.
468 */
469void InteractiveSurface::onMouseOver(ActionHandler handler)
470{
471 _over = handler;
472}
473
474/**
475 * Sets a function to be called every time the mouse moves out of the surface.

Callers 8

BattlescapeStateMethod · 0.80
BasescapeStateMethod · 0.80
ListGamesStateMethod · 0.80
OptionsAdvancedStateMethod · 0.80
BaseNameStateMethod · 0.80
btnCancelClickMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected