arcantarget_hint - Send a hint state through a frameserver tied to an
arcan instance
bool:ok
arcantarget_hint( string:kind, tbl:hint )
arcantarget_hint( vid:fsrv, string:kind, tbl:hint )
When the arcan-in-arcan platform is used (arcan_lwa binary) it can forward hints
like any normal arcan-shmif client. These are from a subset of the ones that
can be found in launch_target . If fsrv is not provided, the
default output, WORLDID , will be used. Otherwise it is expected that
fsrv references a valid frameserver tied to a valid source from
define_arcantarget or retrieved through the _adopt event handler. The
currently supported ones are: input_label and the format of the hint
table matches that of the description in launch_target .
function arcantarget_hint0()
arcantarget_hint("input_label",
{
labelhint = "test",
description = "this should register as a digital button",
})
end