• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Return and Enter keys in NSTextView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Return and Enter keys in NSTextView


  • Subject: RE: Return and Enter keys in NSTextView
  • From: Christian Mike <email@hidden>
  • Date: Thu, 30 Aug 2001 08:41:55 -0500

Oops. Brain fade. Should have been != 0.

if(unicodeChar == 0x0D ||
(unicodeChar == 0x03 && (uiModifierFlags & NSNumericPadKeyMask) != 0))
{
... process key...

Michael Christian
Thomson multimedia Inc.


  • Prev by Date: RE: Return and Enter keys in NSTextView
  • Next by Date: Pattern for plugins, archiving, and dynamic document data model?
  • Previous by thread: RE: Return and Enter keys in NSTextView
  • Next by thread: Re: Return and Enter keys in NSTextView
  • Index(es):
    • Date
    • Thread