mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
opt type
opt ua opt subtitle opt playertype Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
1
lib/plugin/pl_player/models/double_tap_type.dart
Normal file
1
lib/plugin/pl_player/models/double_tap_type.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum DoubleTapType { left, center, right }
|
||||
10
lib/plugin/pl_player/models/gesture_type.dart
Normal file
10
lib/plugin/pl_player/models/gesture_type.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
// ignore_for_file: constant_identifier_names
|
||||
|
||||
enum GestureType {
|
||||
left,
|
||||
center,
|
||||
right,
|
||||
horizontal,
|
||||
center_up,
|
||||
center_down,
|
||||
}
|
||||
Reference in New Issue
Block a user