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
arcantarget_hint(3) Arcan Lua API arcantarget_hint(3)

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

June 2022 targetcontrol

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.