skip to main | skip to sidebar

Whorld

Development notes for the Whorld geometric visualizer/VJ software/Freeframe plugin.

Monday, July 18, 2005

Alt (menu) key


BOOL CMainFrame::PreTranslateMessage(MSG* pMsg)
{
// in full screen mode, ignore the Menu key, so we don't go modal
if (pMsg->message == WM_SYSKEYDOWN && pMsg->wParam == VK_MENU && m_IsFullScreen)
return(TRUE);
return CFrameWnd::PreTranslateMessage(pMsg);
}
Posted by Chris Korda at 11:47 PM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2025 (18)
    • ►  March (10)
    • ►  February (8)
  • ►  2009 (2)
    • ►  August (1)
    • ►  July (1)
  • ►  2008 (4)
    • ►  April (1)
    • ►  February (1)
    • ►  January (2)
  • ►  2006 (33)
    • ►  June (4)
    • ►  May (4)
    • ►  April (8)
    • ►  March (5)
    • ►  February (9)
    • ►  January (3)
  • ▼  2005 (39)
    • ►  December (2)
    • ►  November (2)
    • ►  October (11)
    • ►  September (5)
    • ►  August (7)
    • ▼  July (8)
      • edit slider
      • line width: DC pen optimization
      • line width
      • lotus cross
      • Alt (menu) key
      • zoom
      • Optimizing message order in a message map is useless
      • mouse damping
    • ►  June (2)
    • ►  April (2)

Links

  • Whorld
  • FFRend
  • Mixere
  • Church of Euthanasia

About Me

My photo
Chris Korda
View my complete profile