getButtonsState method
Gets the current buttons state (see ButtonsState).
Implementation
Future<int> getButtonsState() async {
return (await _get(CapturePropertyIds.buttonsStatusDevice)) as int;
}
Gets the current buttons state (see ButtonsState).
Future<int> getButtonsState() async {
return (await _get(CapturePropertyIds.buttonsStatusDevice)) as int;
}