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 |
---|
grokevt-addlog(1) - debian |
shishi_aes_cts(3) - debian |
shishi_enckdcreppart_get_key(3) - debian |
shishi_key_from_base64(3) - debian |
papi_epc(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Introduction |
One instance of comparing grep and awk |
New UNIX and Linux History Sections |