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
shishi_checksum(3) - debian
shishi_key_from_value(3) - debian
shishi_string_to_key(3) - debian
shishi_verify(3) - debian
papi_epc(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?