client_message EventThe fields that can be unified in client_message events
are:
type(T) unifies T with client_message.
serial(S) unifies S with the serial number of the last request
processed by the server.
send_event(B) unifies B, a boolean value, with one of
true
false
display(D) unifies D with the ProXL Display the event was read from.
window(W) unifies W with the ProXL Window receiving the event.
message_type(M) unifies M with a ProXL Atom that specifies to the
receiving client how to interpret the data.
format(F) unifies F with one of the integers 8, 16
or 32 to specify the format of the data.
data(D) unifies D with a list of the data sent in the event.
This will be one of:
char elements
8.
short elements
16.
int elements
32.