Home
last modified time | relevance | path

Searched refs:isNativeImageCursorEnabled (Results 1 – 7 of 7) sorted by relevance

/dports/games/py-fife/fifengine-0.4.2/engine/core/video/
H A Dcursor.h180 bool isNativeImageCursorEnabled() const;
H A Dcursor.cpp341 bool Cursor::isNativeImageCursorEnabled() const { in isNativeImageCursorEnabled() function in FIFE::Cursor
H A Dvideo.i293 bool isNativeImageCursorEnabled() const;
/dports/games/py-fife/fifengine-0.4.2/engine/core/controller/
H A Dengine.i120 bool isNativeImageCursorEnabled() const;
H A Denginesettings.h425 bool isNativeImageCursorEnabled() const;
H A Denginesettings.cpp319 bool EngineSettings::isNativeImageCursorEnabled() const { in isNativeImageCursorEnabled() function in FIFE::EngineSettings
H A Dengine.cpp312 m_cursor->setNativeImageCursorEnabled(m_settings.isNativeImageCursorEnabled()); in init()