GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_TERM_EMIT_KEY(3) FreeBSD Library Functions Manual TICKIT_TERM_EMIT_KEY(3)

tickit_term_emit_key, tickit_term_emit_mouse - emit a fake key or mouse event

#include <tickit.h>

void tickit_term_emit_key(TickitTerm *tt, TickitKeyEventInfo *info);
void tickit_term_emit_mouse(TickitTerm *tt, TickitMouseEventInfo *info);

Link with -ltickit.

tickit_term_emit_key() invokes the event handler chain on the terminal instance, as if a key event had been received from the controlling terminal.tickit_term_emit_mouse() invokes the event handler chain on the terminal instance, as if a mouse event had been received from the controlling terminal.

In each case, the event handler chain runs with the usual semantics; each installed handler with the appropriate bit set in its event type mask will be invoked until one returns a true value. Any remaining handlers after this will not get to see the event.

tickit_term_build(3), tickit_term_bind_event(3), tickit_term(7), tickit(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.