aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoşku Baş <cosku.bas@gmail.com>2015-01-19 22:53:53 +0200
committerDmitri Shuralyov <shurcooL@gmail.com>2015-02-21 18:51:44 -0800
commit1303806d7e13ceb6a249d77affbf92db306c029b (patch)
tree9e56b5b99659b6bb10187bbe6aaeae9a4896d336
parent93e9a1d71456aba8b2ed774bfd48478e0be9b612 (diff)
downloadglfw-1303806d7e13ceb6a249d77affbf92db306c029b.tar.gz
Update document
-rw-r--r--input.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/input.go b/input.go
index 22c7d70..c5cfae5 100644
--- a/input.go
+++ b/input.go
@@ -367,6 +367,8 @@ func (w *Window) SetCursorPos(xpos, ypos float64) error {
//
// The pixels are 32-bit little-endian RGBA, i.e. eight bits per channel. They are arranged
// canonically as packed sequential rows, starting from the top-left corner.
+//
+// All non-RGBA images will be converted to RGBA.
//
// The cursor hotspot is specified in pixels, relative to the upper-left corner of the cursor image.
// Like all other coordinate systems in GLFW, the X-axis points to the right and the Y-axis points down.