home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVKNEW.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown */
- /* All Rights Reserved */
- /* May be freely copied for noncommercial use, */
- /* provided that this copyright notice remains */
- /* intact and any changes are indicated in the */
- /* comment blocks preceding functions */
- /*================================================*/
-
- #include "tvapi.h"
-
- /*================================================*/
- /* TVkbd_new create a new keyboard object */
- /* Ralf Brown 4/17/88 */
- /*================================================*/
-
- OBJECT pascal TVkbd_new(void)
- {
- return (OBJECT) TVsendmsg1(NEW_MSG,KEYBOARD_CLASS,0) ;
- }
-
- /* End of TVKNEW.C */
-