mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-11-01 04:02:48 +08:00
@@ -106,7 +106,7 @@ func (m *MouseStrokeSource) IsJustReleased() bool {
|
||||
|
||||
// TouchStrokeSource is a StrokeSource implementation of touch.
|
||||
type TouchStrokeSource struct {
|
||||
ID int
|
||||
ID ebiten.TouchID
|
||||
}
|
||||
|
||||
func (t *TouchStrokeSource) Position() (int, int) {
|
||||
|
||||
Reference in New Issue
Block a user