debian man page for s3dw_handle_key

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)

NAME
s3dw_handle_key - handle key input on widget
SYNOPSIS
#include <s3dw.h> int s3dw_handle_key(const struct s3d_evt *event);
DESCRIPTION
This 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);
AUTHOR
Simon Wunderlich Author of s3d s3d S3DW_HANDLE_KEY(3)
Related Man Pages
minput_filter(3m17n) - debian
shishi_aes_cts(3) - debian
shishi_hmac_md5(3) - debian
shishi_key_from_value(3) - debian
shishi_random_to_key(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file