Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ gpr_disable_input(A) — Apollo Domain/OS SR10.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

gpr_$event_wait

gpr_$cond_event_wait

GPR_$DISABLE_INPUT                GPR Calls                 GPR_$DISABLE_INPUT


NAME
     gpr_$disable_input - disables an event type.

FORMAT
     gpr_$disable_input (event_type, status)

DESCRIPTION
     This routine disables a previously enabled event type.  Following this
     call, no events of the given event type will be returned by
     gpr_$event_wait or gpr_$cond_event_wait.

     In borrow mode, disabled events received by the GPR software will be
     ignored.  In direct mode or frame mode, disabled keystroke or button
     events are processed by the Display Manager.

     When locator events are disabled, the GPR software will display the arrow
     cursor and will set the keyboard cursor position when locator data is
     received.

   Input Parameters
     event_type
          The type of event to be disabled, in gpr_$event_t format.  This is a
          2-byte integer.  Specify only one of the following events:
          gpr_$coded_keys           Coded key input from a keyboard
          gpr_$function_keys        Function key input from a keyboard
          gpr_$physical_keys        Physical key input from a keyboard
          gpr_$keystroke            Input from a keyboard
          gpr_$buttons              Input from mouse or bitpad puck buttons
          gpr_$locator              Input from a touchpad or mouse
          gpr_$locator_update       Most recent input from a touchpad or mouse
          gpr_$entered_window       Cursor has entered window
          gpr_$left_window          Cursor has left window
          gpr_$kbd_entered_window   Keyboard focus has entered window
          gpr_$kbd_left_window      Keyboard focus has left window
          gpr_$locator_stop         Input from a locator has stopped
          gpr_$dial                 Input from dial box
          gpr_$pfk                  Input from LPFK box
          gpr_$no_event             No event has occurred

   Output Parameters
     status
          Completion status, in status_$t format.

SEE ALSO
     gpr_$event_wait, gpr_$cond_event_wait.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026