#include "FlyLegacy.h"
#include "KeyMap.h"
#include <plib/pu.h>
Go to the source code of this file.
Functions | |
| void | init_ui (void) |
| void | cleanup_ui (void) |
| void | DebugMessage1 (const char *fmt,...) |
| void | DebugMessage2 (const char *text,...) |
| void | DebugMessage3 (const char *text,...) |
| void | DrawNoticeToUser (const char *text, float timeout) |
| void | DrawUi (float dT) |
| void | init_keyboard (void) |
| void | BindAllKeys (CKeyMap *keymap) |
| EKeyboardModifiers | glutModifiersToFlyLegacyModifiers (int glutmod) |
| bool | glutKeyToFlyLegacyKey (int glutkey, EKeyboardKeys *flykey) |
| bool | glutSpecialToFlyLegacyKey (int glutkey, EKeyboardKeys *flykey) |
| void | init_menu (void) |
| void | cleanup_menu (void) |
| void | hide_menu (void) |
| void | show_menu (void) |
| void | toggle_menu (void) |
| void | date_time_dlg_kill (void) |
| void | date_time_dlg_create (void) |
| void | keys_buttons_dlg_kill (void) |
| void | keys_buttons_dlg_create (void) |
| void | scenery_options_dlg_kill (void) |
| void | scenery_options_dlg_create (void) |
| void | sky_tweaker_dlg_create (void) |
| void | teleport_dlg_kill (void) |
| void | teleport_dlg_create (void) |
| void | msg_debug_dlg_create (void) |
Definition in file Ui.h.
|
|
Definition at line 1351 of file Keyboard.cpp. References BindAirplaneKeys(), BindCameraKeys(), BindGlobalKeys(), BindMenuKeys(), and BindSlewKeys(). Referenced by init_keyboard(). |
|
|
Definition at line 1939 of file Menu.cpp. References menu. Referenced by cleanup_ui(). |
|
|
Definition at line 72 of file Ui.cpp. References cleanup_menu(), puDebug1, puDebug2, and puDebug3. Referenced by CleanupGlobals(). |
|
|
|
Definition at line 75 of file DialogDateTime.cpp. References SDateTimeDialogData::dialog. Referenced by date_time_cancel_cb(), and date_time_ok_cb(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
Definition at line 117 of file Ui.cpp. Referenced by RedrawSimulation(). |
|
||||||||||||
|
Definition at line 1560 of file Keyboard.cpp. References SGlutToFlyLegacyKey::flylegacy, and KB_KEY_META. Referenced by keyboard(). |
|
|
Definition at line 1549 of file Keyboard.cpp. References KB_MODIFIER_ALT, KB_MODIFIER_CTRL, KB_MODIFIER_NONE, and KB_MODIFIER_SHIFT. Referenced by keyboard(), and special(). |
|
||||||||||||
|
Definition at line 1572 of file Keyboard.cpp. References SGlutToFlyLegacyKey::flylegacy, and KB_KEY_META. Referenced by special(). |
|
|
Definition at line 1945 of file Menu.cpp. References menu. Referenced by init_menu(). |
|
|
Definition at line 1590 of file Keyboard.cpp. References BindAllKeys(), SGlutToFlyLegacyKey::flylegacy, globals, SGlutToFlyLegacyKey::glut, KB_KEY_META, and SGlobals::keymap. Referenced by Initialize(). |
|
|
Definition at line 1919 of file Menu.cpp. References aircraft_cb, aircraft_legends, debug_cb, debug_legends, file_cb, file_legends, flightplan_cb, flightplan_legends, help_cb, help_legends, hide_menu(), menu, multiplayer_cb, multiplayer_legends, options_cb, options_legends, quickflight_cb, quickflight_legends, weather_cb, weather_legends, windows_cb, and windows_legends. Referenced by init_ui(). |
|
|
Definition at line 42 of file Ui.cpp. References init_menu(), msgDebug1, msgDebug2, msgDebug3, puDebug1, puDebug2, and puDebug3. Referenced by main(). |
|
|
Definition at line 93 of file DialogKeysButtons.cpp. References SKeysButtonsDialogData::buffer, SKeysButtonsDialogData::dialog, SKeysButtonsDialogData::frame, CKeyMap::GetKeySet(), CKeySet::GetName(), CKeyMap::GetNumKeySets(), globals, SGlobals::keymap, keys_buttons_keyset_cb(), keys_buttons_ok_cb(), SKeysButtonsDialogData::keyset, SKeysButtonsDialogData::ok, SKeysButtonsDialogData::text, and SKeysButtonsDialogData::title. |
|
|
Definition at line 46 of file DialogKeysButtons.cpp. References SKeysButtonsDialogData::dialog. Referenced by keys_buttons_ok_cb(). |
|
|
Definition at line 182 of file DialogMsgDebug.cpp. References SMsgDebugDialogData::close, SMsgDebugDialogData::datatag, SMsgDebugDialogData::datatype, SMsgDebugDialogData::dialog, SMsgDebugDialogData::frame, globals, SMsgDebugDialogData::group, SMsgDebugDialogData::id, idlist, SMsgDebugDialogData::intData, msg_debug_close_cb(), msg_debug_datatype_cb(), msg_debug_id_cb(), msg_debug_send_cb(), msg_debug_sync(), SMsgDebugDialogData::realData, SMsgDebugDialogData::result, SGlobals::screenHeight, SMsgDebugDialogData::send, SMsgDebugDialogData::strDatatag, SMsgDebugDialogData::strGroup, SMsgDebugDialogData::title, typelist, SMsgDebugDialogData::valFloat, and SMsgDebugDialogData::valInt. Referenced by debug_messaging_cb(). |
|
|
Definition at line 202 of file DialogSceneryOptions.cpp. References SSceneryOptionsDialogData::aiaircraft, SSceneryOptionsDialogData::apply, SSceneryOptionsDialogData::cancel, SSceneryOptionsDialogData::detail, detaillist, SSceneryOptionsDialogData::dialog, SSceneryOptionsDialogData::envmap, SSceneryOptionsDialogData::frame, CTerrainManager::GetHighDetailRange(), CTerrainManager::GetMaxVisibility(), CTerrainManager::GetMediumDetailRange(), globals, SSceneryOptionsDialogData::highres, SSceneryOptionsDialogData::medres, SSceneryOptionsDialogData::nightlight, SSceneryOptionsDialogData::ok, scenery_options_apply_cb(), scenery_options_cancel_cb(), scenery_options_highres_cb(), scenery_options_medres_cb(), scenery_options_ok_cb(), scenery_options_visibility_cb(), shadowlist, SSceneryOptionsDialogData::shadows, SGlobals::terrainmgr, SSceneryOptionsDialogData::title, vis_to_slider(), SSceneryOptionsDialogData::visibility, and SSceneryOptionsDialogData::watereffects. |
|
|
Definition at line 77 of file DialogSceneryOptions.cpp. References SSceneryOptionsDialogData::dialog. Referenced by scenery_options_cancel_cb(), and scenery_options_ok_cb(). |
|
|
Definition at line 1950 of file Menu.cpp. References menu. |
|
|
Definition at line 162 of file DialogSkyTweaker.cpp. References SSkyTweakerDialogData::apply, apply_cb(), SSkyTweakerDialogData::close, close_cb(), SSkyTweakerDialogData::defaults, SSkyTweakerDialogData::dialog, SSkyTweakerDialogData::frame, SSkyTweakerDialogData::frame_Profiles, SSkyTweakerDialogData::frame_Turbidity, SSkyTweakerDialogData::frame_xCurve, SSkyTweakerDialogData::frame_xZenith, SSkyTweakerDialogData::frame_YCurve, SSkyTweakerDialogData::frame_yCurve, SSkyTweakerDialogData::frame_YZenith, SSkyTweakerDialogData::frame_yZenith, globals, makeInput(), SGlobals::screenHeight, SSkyTweakerDialogData::title, SSkyTweakerDialogData::xCurve_A_0, SSkyTweakerDialogData::xCurve_A_1, SSkyTweakerDialogData::xCurve_B_0, SSkyTweakerDialogData::xCurve_B_1, SSkyTweakerDialogData::xCurve_C_0, SSkyTweakerDialogData::xCurve_C_1, SSkyTweakerDialogData::xCurve_D_0, SSkyTweakerDialogData::xCurve_D_1, SSkyTweakerDialogData::xCurve_E_0, SSkyTweakerDialogData::xCurve_E_1, SSkyTweakerDialogData::YCurve_A_0, SSkyTweakerDialogData::yCurve_A_0, SSkyTweakerDialogData::YCurve_A_1, SSkyTweakerDialogData::yCurve_A_1, SSkyTweakerDialogData::YCurve_B_0, SSkyTweakerDialogData::yCurve_B_0, SSkyTweakerDialogData::YCurve_B_1, SSkyTweakerDialogData::yCurve_B_1, SSkyTweakerDialogData::YCurve_C_0, SSkyTweakerDialogData::yCurve_C_0, SSkyTweakerDialogData::YCurve_C_1, SSkyTweakerDialogData::yCurve_C_1, SSkyTweakerDialogData::YCurve_D_0, SSkyTweakerDialogData::yCurve_D_0, SSkyTweakerDialogData::YCurve_D_1, SSkyTweakerDialogData::yCurve_D_1, SSkyTweakerDialogData::YCurve_E_0, SSkyTweakerDialogData::yCurve_E_0, SSkyTweakerDialogData::YCurve_E_1, and SSkyTweakerDialogData::yCurve_E_1. |
|
|
Definition at line 250 of file DialogTeleport.cpp. References STeleportDialogData::alt, STeleportDialogData::aplookup, STeleportDialogData::apName, STeleportDialogData::apname, STeleportDialogData::cancel, STeleportDialogData::dialog, STeleportDialogData::frame, CWorldObject::GetPosition(), CSituation::GetUserVehicle(), globals, STeleportDialogData::icaofaa, init_position(), STeleportDialogData::latdeg, STeleportDialogData::lathemi, lathemi_list, STeleportDialogData::latmin, STeleportDialogData::latsec, STeleportDialogData::londeg, STeleportDialogData::lonhemi, lonhemi_list, STeleportDialogData::lonmin, STeleportDialogData::lonsec, STeleportDialogData::ok, SGlobals::sit, STeleportDialogData::teleport, teleport_aplookup_cb(), teleport_cancel_cb(), teleport_dlg_sync(), teleport_ok_cb(), teleport_sync_cb(), teleport_teleport_cb(), and STeleportDialogData::title. |
|
|
Definition at line 74 of file DialogTeleport.cpp. References STeleportDialogData::dialog. Referenced by teleport_cancel_cb(), and teleport_ok_cb(). |
|
|
Definition at line 1955 of file Menu.cpp. References menu. Referenced by KeyGlobalMenu(). |
|
|
Documentation generated by
|