powertip library
Classes
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.
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()