-
Notifications
You must be signed in to change notification settings - Fork 2
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 #16 from Malcolmnixon/new-tiltfive-api
Migrated TiltFiveTools to latest TiltFiveGodot4 API
- Loading branch information
Showing
23 changed files
with
174 additions
and
292 deletions.
There are no files selected for viewing
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,21 @@ | ||
class_name T5Def extends Object | ||
|
||
enum GameboardType { | ||
LE = TiltFiveXRInterface.LE_GAMEBOARD, | ||
XE = TiltFiveXRInterface.XE_GAMEBOARD, | ||
XE_Raised = TiltFiveXRInterface.XE_RAISED_GAMEBOARD, | ||
Unknown = TiltFiveXRInterface.NO_GAMEBOARD_SET | ||
} | ||
|
||
const WAND_BUTTON_A := &"button_a" | ||
const WAND_BUTTON_B := &"button_b" | ||
const WAND_BUTTON_X := &"button_x" | ||
const WAND_BUTTON_Y := &"button_y" | ||
const WAND_BUTTON_1 := &"button_1" | ||
const WAND_BUTTON_2 := &"button_2" | ||
const WAND_BUTTON_STICK := &"button_3" | ||
const WAND_BUTTON_T5 := &"button_t5" | ||
const WAND_BUTTON_TRIGGER := &"trigger_click" | ||
# Axis | ||
const WAND_ANALOG_STICK := &"stick" | ||
const WAND_ANALOG_TRIGGER := &"trigger" |
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
Binary file not shown.
Binary file modified
BIN
+6.5 KB
(100%)
addons/tiltfive/bin/libgdtiltfive.windows.template_debug.x86_64.dll
Binary file not shown.
Binary file modified
BIN
+6 KB
(100%)
addons/tiltfive/bin/libgdtiltfive.windows.template_release.x86_64.dll
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.