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

Method onMouseOut

src/Engine/InteractiveSurface.cpp:478–481  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

476 * @param handler Action handler.
477 */
478void InteractiveSurface::onMouseOut(ActionHandler handler)
479{
480 _out = handler;
481}
482
483/**
484 * Sets a function to be called every time a key is pressed when the surface is focused.

Callers 10

BattlescapeStateMethod · 0.80
BasescapeStateMethod · 0.80
OptionsAudioStateMethod · 0.80
OptionsVideoStateMethod · 0.80
ListGamesStateMethod · 0.80
OptionsAdvancedStateMethod · 0.80
OptionsControlsStateMethod · 0.80
OptionsModsStateMethod · 0.80
OptionsGeoscapeStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected