Remove Event.* and the test mode that used them.
commita59c4a505e3c8001f09b941692b2a5467958a2c0
authorKalle Olavi Niemitalo <kon@iki.fi>
Thu, 18 Oct 2007 07:59:07 +0000 (18 10:59 +0300)
committerKalle Olavi Niemitalo <kon@hanna-niemitalo.niemitalo.local>
Thu, 18 Oct 2007 08:13:46 +0000 (18 11:13 +0300)
tree7c6abd3c43a71eee6463270e63aa7e66eb4c33e8
parent162b720c8c1500ac6a86deaf31cd34bda167bf8e
Remove Event.* and the test mode that used them.

The NSEvent (ModifierKeys) category was using GetCurrentKeyModifiers()
while GetCurrentEventKeyModifiers() would be more appropriate in Mac OS X
10.2 or later.  (MacTF requires Mac OS X 10.4 or later.)  Besides,
that function is part of Carbon and MacTF is a Cocoa program.  I don't
see a need for a test mode like that anyway.
Event.h [deleted file]
Event.m [deleted file]
MacTF.xcodeproj/project.pbxproj
UIElements.h
UIElements.m