INPUT-EVENT

Name

INPUT-EVENT -- struct

Struct details

(defstruct INPUT-EVENT ()(...))
scopepackage ORG.LANGBAND.ENGINE
locationclasses.lisp
# variables3
# methods5

Methods

INPUT-EVENT-P
 (INPUT-EVENT-P OBJ) [predicate]
Called By 

GAME-INIT&

INPUT-EVENT.KEYPRESS
 (INPUT-EVENT.KEYPRESS (OBJ INPUT-EVENT)) [accessor]
Called By 

FETCH-EVENT, GET-AND-PROCESS-COMMAND! and READ-ONE-CHARACTER

INPUT-EVENT.MOUSECLICK
 (INPUT-EVENT.MOUSECLICK (OBJ INPUT-EVENT)) [accessor]
Called By 

FETCH-EVENT and GET-AND-PROCESS-COMMAND!

INPUT-EVENT.TYPE
 (INPUT-EVENT.TYPE (OBJ INPUT-EVENT)) [accessor]
Called By 

GET-AND-PROCESS-COMMAND! and READ-ONE-CHARACTER

MAKE-INPUT-EVENT
 (MAKE-INPUT-EVENT)
Called By 

GAME-INIT&

Slots

 slot KEYPRESS is of type T
 slot MOUSECLICK is of type T
 slot TYPE is of type T

This documentation was generated Autumn 2003 from the original sources by Albert v.0.4.9.