return normalised device coordinates together with vector, from getClickPos function
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
signature DRAW_MESSAGE =
|
||||
sig
|
||||
datatype t = DRAW_BUTTON of Real32.real vector
|
||||
| NO_DRAW
|
||||
end
|
||||
|
||||
structure DrawMessage :> DRAW_MESSAGE =
|
||||
struct
|
||||
datatype t = DRAW_BUTTON of Real32.real vector
|
||||
| NO_DRAW
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user