Skip to content

Commit

Permalink
Began a KeyboardKeys module to contain cross platform key definitions #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowgar committed Jun 28, 2015
1 parent 99eae67 commit 266b46b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Classes/KeyboardKeys.xojo_code
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#tag Module
Protected Module KeyboardKeys
#tag Constant, Name = kA, Type = Double, Dynamic = False, Default = \"97", Scope = Protected
#tag EndConstant

#tag Constant, Name = kE, Type = Double, Dynamic = False, Default = \"101", Scope = Protected
#tag EndConstant

#tag Constant, Name = kLeftArrow, Type = , Dynamic = False, Default = \"", Scope = Protected
#Tag Instance, Platform = Mac OS, Language = Default, Definition = \"28"
#tag EndConstant

#tag Constant, Name = kRightArrow, Type = , Dynamic = False, Default = \"", Scope = Protected
#Tag Instance, Platform = Mac OS, Language = Default, Definition = \"29"
#tag EndConstant


End Module
#tag EndModule

0 comments on commit 266b46b

Please sign in to comment.