vegastrike  0.5.1.r1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CockpitKeys Namespace Reference

Functions

void TextMessageCallback (unsigned int ch, unsigned int mod, bool release, int x, int y)
 
void TextMessageKey (const KBData &, KBSTATE newState)
 
void QuitNow ()
 
void SkipMusicTrack (const KBData &, KBSTATE newState)
 
void PitchDown (const KBData &, KBSTATE newState)
 
void PitchUp (const KBData &, KBSTATE newState)
 
void YawLeft (const KBData &, KBSTATE newState)
 
void YawRight (const KBData &, KBSTATE newState)
 
void LookDown (const KBData &kbdata, KBSTATE newState)
 
void LookUp (const KBData &kbdata, KBSTATE newState)
 
void LookLeft (const KBData &kbdata, KBSTATE newState)
 
void LookRight (const KBData &kbdata, KBSTATE newState)
 
void Quit (const KBData &, KBSTATE newState)
 
void Inside (const KBData &, KBSTATE newState)
 
void ZoomOut (const KBData &, KBSTATE newState)
 
void ScrollUp (const KBData &, KBSTATE newState)
 
void ScrollDown (const KBData &, KBSTATE newState)
 
void ZoomIn (const KBData &, KBSTATE newState)
 
void ZoomReset (const KBData &, KBSTATE newState)
 
void InsideLeft (const KBData &, KBSTATE newState)
 
void InsideRight (const KBData &, KBSTATE newState)
 
void PanTarget (const KBData &, KBSTATE newState)
 
void ViewTarget (const KBData &, KBSTATE newState)
 
void OutsideTarget (const KBData &, KBSTATE newState)
 
void InsideBack (const KBData &, KBSTATE newState)
 
void CommModeVDU (const KBData &, KBSTATE newState)
 
void ScanningModeVDU (const KBData &, KBSTATE newState)
 
void ObjectiveModeVDU (const KBData &, KBSTATE newState)
 
void TargetModeVDU (const KBData &, KBSTATE newState)
 
void ViewModeVDU (const KBData &, KBSTATE newState)
 
void DamageModeVDU (const KBData &, KBSTATE newState)
 
void ManifestModeVDU (const KBData &, KBSTATE newState)
 
void GunModeVDU (const KBData &s, KBSTATE newState)
 
void ReverseGunModeVDU (const KBData &s, KBSTATE newState)
 
void MissileModeVDU (const KBData &s, KBSTATE newState)
 
void ReverseMissileModeVDU (const KBData &s, KBSTATE newState)
 
void SwitchLVDU (const KBData &, KBSTATE newState)
 
void SwitchRVDU (const KBData &, KBSTATE newState)
 
void SwitchMVDU (const KBData &, KBSTATE newState)
 
void SwitchULVDU (const KBData &, KBSTATE newState)
 
void SwitchURVDU (const KBData &, KBSTATE newState)
 
void SwitchUMVDU (const KBData &, KBSTATE newState)
 
void Behind (const KBData &, KBSTATE newState)
 
void Pan (const KBData &, KBSTATE newState)
 

Variables

unsigned int textmessager = 0
 

Function Documentation

void CockpitKeys::Behind ( const KBData ,
KBSTATE  newState 
)

Definition at line 689 of file main_loop.cpp.

void CockpitKeys::CommModeVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 564 of file main_loop.cpp.

void CockpitKeys::DamageModeVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 616 of file main_loop.cpp.

void CockpitKeys::GunModeVDU ( const KBData s,
KBSTATE  newState 
)

Definition at line 638 of file main_loop.cpp.

void CockpitKeys::Inside ( const KBData ,
KBSTATE  newState 
)

Definition at line 442 of file main_loop.cpp.

void CockpitKeys::InsideBack ( const KBData ,
KBSTATE  newState 
)

Definition at line 553 of file main_loop.cpp.

void CockpitKeys::InsideLeft ( const KBData ,
KBSTATE  newState 
)

Definition at line 507 of file main_loop.cpp.

void CockpitKeys::InsideRight ( const KBData ,
KBSTATE  newState 
)

Definition at line 518 of file main_loop.cpp.

void CockpitKeys::LookDown ( const KBData kbdata,
KBSTATE  newState 
)

Definition at line 360 of file main_loop.cpp.

void CockpitKeys::LookLeft ( const KBData kbdata,
KBSTATE  newState 
)

Definition at line 398 of file main_loop.cpp.

void CockpitKeys::LookRight ( const KBData kbdata,
KBSTATE  newState 
)

Definition at line 416 of file main_loop.cpp.

void CockpitKeys::LookUp ( const KBData kbdata,
KBSTATE  newState 
)

Definition at line 380 of file main_loop.cpp.

void CockpitKeys::ManifestModeVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 627 of file main_loop.cpp.

void CockpitKeys::MissileModeVDU ( const KBData s,
KBSTATE  newState 
)

Definition at line 648 of file main_loop.cpp.

void CockpitKeys::ObjectiveModeVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 584 of file main_loop.cpp.

void CockpitKeys::OutsideTarget ( const KBData ,
KBSTATE  newState 
)

Definition at line 541 of file main_loop.cpp.

void CockpitKeys::Pan ( const KBData ,
KBSTATE  newState 
)

Definition at line 700 of file main_loop.cpp.

void CockpitKeys::PanTarget ( const KBData ,
KBSTATE  newState 
)

Definition at line 524 of file main_loop.cpp.

void CockpitKeys::PitchDown ( const KBData ,
KBSTATE  newState 
)

Definition at line 331 of file main_loop.cpp.

void CockpitKeys::PitchUp ( const KBData ,
KBSTATE  newState 
)

Definition at line 336 of file main_loop.cpp.

void CockpitKeys::Quit ( const KBData ,
KBSTATE  newState 
)

Definition at line 435 of file main_loop.cpp.

void CockpitKeys::QuitNow ( )

Definition at line 234 of file main_loop.cpp.

void CockpitKeys::ReverseGunModeVDU ( const KBData s,
KBSTATE  newState 
)

Definition at line 643 of file main_loop.cpp.

void CockpitKeys::ReverseMissileModeVDU ( const KBData s,
KBSTATE  newState 
)

Definition at line 653 of file main_loop.cpp.

void CockpitKeys::ScanningModeVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 574 of file main_loop.cpp.

void CockpitKeys::ScrollDown ( const KBData ,
KBSTATE  newState 
)

Definition at line 486 of file main_loop.cpp.

void CockpitKeys::ScrollUp ( const KBData ,
KBSTATE  newState 
)

Definition at line 477 of file main_loop.cpp.

void CockpitKeys::SkipMusicTrack ( const KBData ,
KBSTATE  newState 
)

Definition at line 253 of file main_loop.cpp.

void CockpitKeys::SwitchLVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 658 of file main_loop.cpp.

void CockpitKeys::SwitchMVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 668 of file main_loop.cpp.

void CockpitKeys::SwitchRVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 663 of file main_loop.cpp.

void CockpitKeys::SwitchULVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 673 of file main_loop.cpp.

void CockpitKeys::SwitchUMVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 683 of file main_loop.cpp.

void CockpitKeys::SwitchURVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 678 of file main_loop.cpp.

void CockpitKeys::TargetModeVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 595 of file main_loop.cpp.

void CockpitKeys::TextMessageCallback ( unsigned int  ch,
unsigned int  mod,
bool  release,
int  x,
int  y 
)

Definition at line 173 of file main_loop.cpp.

void CockpitKeys::TextMessageKey ( const KBData ,
KBSTATE  newState 
)

Definition at line 223 of file main_loop.cpp.

void CockpitKeys::ViewModeVDU ( const KBData ,
KBSTATE  newState 
)

Definition at line 606 of file main_loop.cpp.

void CockpitKeys::ViewTarget ( const KBData ,
KBSTATE  newState 
)

Definition at line 530 of file main_loop.cpp.

void CockpitKeys::YawLeft ( const KBData ,
KBSTATE  newState 
)

Definition at line 341 of file main_loop.cpp.

void CockpitKeys::YawRight ( const KBData ,
KBSTATE  newState 
)

Definition at line 346 of file main_loop.cpp.

void CockpitKeys::ZoomIn ( const KBData ,
KBSTATE  newState 
)

Definition at line 495 of file main_loop.cpp.

void CockpitKeys::ZoomOut ( const KBData ,
KBSTATE  newState 
)

Definition at line 470 of file main_loop.cpp.

void CockpitKeys::ZoomReset ( const KBData ,
KBSTATE  newState 
)

Definition at line 501 of file main_loop.cpp.

Variable Documentation

unsigned int CockpitKeys::textmessager = 0

Definition at line 170 of file main_loop.cpp.