Skip to content

Commit

Permalink
Fix touch in stellerator-embedded, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Jan 30, 2021
1 parent 8bd58fc commit 78577ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# 1.0.4

## stellerator-embedded

* Fix touch I/O


# 1.0.3

## stellerator-embedded
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "6502.ts",
"version": "1.0.3",
"version": "1.0.4",
"description": "A 6502 emulator written in typescript",
"author": "cnspeckn@googlemail.com",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/web/embedded/stellerator/Stellerator.ts
Expand Up @@ -565,6 +565,8 @@ export class Stellerator {
}
}

this._createTouchDriver();

if (this._config.enableKeyboard) {
this._keyboardIO = new KeyboardIO(this._config.keyboardTarget);

Expand Down

0 comments on commit 78577ab

Please sign in to comment.