openvrml::gl::viewer::event_info Struct Reference

Input event. More...

List of all members.


Public Attributes

event_type event
 Event type.
int what
 Key or button number.
int x
 x-coordinate (for mouse events).
int y
 y-coordinate (for mouse events).

Detailed Description

Input event.

Member Data Documentation

Key or button number.

x-coordinate (for mouse events).

y-coordinate (for mouse events).