This is TKevent.m in view mode; [Download] [Up]
#include "gltk.h"
/******************************************************************************/
void tkExec(void)
{
}
/******************************************************************************/
void tkExposeFunc(void (*Func)(int, int))
{
}
/******************************************************************************/
void tkReshapeFunc(void (*Func)(int, int))
{
}
/******************************************************************************/
void tkDisplayFunc(void (*Func)(void))
{
}
/******************************************************************************/
void tkKeyDownFunc(GLenum (*Func)(int, GLenum))
{
}
/******************************************************************************/
void tkMouseDownFunc(GLenum (*Func)(int, int, GLenum))
{
}
/******************************************************************************/
void tkMouseUpFunc(GLenum (*Func)(int, int, GLenum))
{
}
/******************************************************************************/
void tkMouseMoveFunc(GLenum (*Func)(int, int, GLenum))
{
}
/******************************************************************************/
void tkIdleFunc(void (*Func)(void))
{
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.