Query: s3dw_handle_key
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
S3DW_HANDLE_KEY(3) s3d Manual S3DW_HANDLE_KEY(3)NAMEs3dw_handle_key - handle key input on widgetSYNOPSIS#include <s3dw.h> int s3dw_handle_key(const struct s3d_evt *event);DESCRIPTIONThis is somehow useful to call in your keyhandler functions if you want to have input-boxes work. ;) // way 1: s3d_set_callback(S3D_EVENT_KEY,s3dw_handle_key); // way 2: ... void key(struct s3d_evt *evt) { s3dw_handle_key(evt); .... // your own keyhandler code ... } .... s3d_set_callback(S3D_EVENT_KEY,key);AUTHORSimon Wunderlich Author of s3d s3d S3DW_HANDLE_KEY(3)
Related Man Pages |
---|
exosip2_authentication(3) - debian |
shishi_aes_cts(3) - debian |
shishi_checksum(3) - debian |
shishi_hmac_md5(3) - debian |
shishi_key_from_value(3) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |