Home
last modified time | relevance | path

Searched refs:VIDEO_MENU_INSTANT (Results 1 – 5 of 5) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/common/gui/
H A Dmenu_window.cpp27 _display_mode(VIDEO_MENU_INSTANT), in MenuWindow()
133 if (_display_mode != VIDEO_MENU_INSTANT && _window_state != VIDEO_MENU_STATE_SHOWN) { in Update()
217 if (_display_mode == VIDEO_MENU_INSTANT) in Show()
237 if (_display_mode == VIDEO_MENU_INSTANT) in Hide()
H A Dmenu_window.h54 VIDEO_MENU_INSTANT = 0, enumerator
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap_treasure.cpp203 _action_window.SetDisplayMode(VIDEO_MENU_INSTANT); in TreasureSupervisor()
208 _list_window.SetDisplayMode(VIDEO_MENU_INSTANT); in TreasureSupervisor()
/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop.cpp1001 _top_window.SetDisplayMode(VIDEO_MENU_INSTANT); in ShopMode()
1007 _middle_window.SetDisplayMode(VIDEO_MENU_INSTANT); in ShopMode()
1013 _bottom_window.SetDisplayMode(VIDEO_MENU_INSTANT); in ShopMode()
/dports/games/allacrost/allacrost-1.0.2/src/modes/boot/
H A Dboot.cpp147 _options_window.SetDisplayMode(VIDEO_MENU_INSTANT); in BootMode()