SilverScreen Solid Modeler

SS_EVENT        

SS_EVENT        

Previous topic Next topic  

SS_EVENT        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

SS_EVENT

 

Structure

A data type that stores input event information.

 

 

 struct SS_EVENT

    {

    int   id;

    int   event;

    int   mouse_x;

    int   mouse_y;

    int   flags;

    RECT  update;

    int   client_x;

    int   client_y;

    };

 

 


Members

Member

Description

id

SilverScreen key code (as returned by inchar)

event

event-specific information, for instance a custom menu number in conjunction with a CM_EVENT notification.

mouse_x

screen pointer x position in desktop-window space

mouse_y

screen pointer y position in desktop-window space

flags

mouse/keyboard flags, for instance M_BUTTON_DOWN in conjunction with an M_DELTA notification.

update

update rectangle for resize and redraw notifications

client_x

mouse x position in client (view-window) space

client_y

mouse y position in client (view-window) space

 

 

See Also

get_event_info

 

Header

silver.h