-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from curiousdannii/cumulative
More cumulative Glk updates
- Loading branch information
Showing
6 changed files
with
74 additions
and
33 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...Inform.i7xd/Materials/Inter/Architecture32Kit/RTPs/EventHandledWhileInactive.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Cannot handle new event while not handling events | ||
|
||
The `handle (event)` phrase was used, but Glk events aren't being handled at all right now. This phrase can only be used in `glk event handling` rules, or in rulebooks that are themselves run in `glk event handling` rules. |
3 changes: 3 additions & 0 deletions
3
...c Inform.i7xd/Materials/Inter/Architecture32Kit/RTPs/EventInvalidMouseCoords.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Glk mouse event created with invalid coordinates | ||
|
||
Glk mouse events must be created with valid coordinates. Note in particular that graphics windows are 0-based (meaning the top left is (0, 0)), while grid windows are 1-based (meaning the top left is (1, 1)). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters