debian man page for s3d_get_callback

Query: s3d_get_callback

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

S3D_GET_CALLBACK(3)						    s3d Manual						       S3D_GET_CALLBACK(3)

NAME
s3d_get_callback - get callback of event
SYNOPSIS
#include <s3d.h> s3d_cb s3d_get_callback(uint8_t event);
DESCRIPTION
Returns the Callback-function of the event. struct s3d_evt e; ... s3d_get_callback(S3D_EVENT_KEY)(e); // will call the key-handling function with argument e.
AUTHOR
Simon Wunderlich Author of s3d s3d S3D_GET_CALLBACK(3)
Related Man Pages
xcb_circulate_notify_event_t(3) - centos
xcb_motion_notify_event_t(3) - centos
xcb_unmap_notify_event_t(3) - centos
ldi_add_event_handler(9f) - sunos
ddi_add_event_handler(9f) - opensolaris
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?