powertip library

Classes

Codable
PowerTip
This class holds various PowerTip-related settings for access.
Profile
PTClient
PTServer
PowerTip Server top-level algorithm implementation
Slide
User

Constants

screenId → const int
By default, the screen ID is set to Zero
unassignedClient → const int
The unassigned client ID is set to -1 initially.

Enums

ErrorCode
PowerTip error codes
UserType

Typedefs

OnListUsersCallback = void Function(Iterable<User> users)
OnPointerLocationChangedCallback = void Function(int sender, int cx, int cy)
OnSessionEndedCallback = void Function(ErrorCode code, String message)
OnSetPageCallback = void Function(int)
OnUserUpatedCallback = void Function(User user)
VoidCallback = void Function()