summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Lu2016-11-29 12:48:41 -0800
committerGitHub2016-11-29 12:48:41 -0800
commitbdc36a667c63da7db4b8fede20540372820c9731 (patch)
tree94d8c2de4b23e3b56c813dbf80e85f71f5e723d3
parentAdd button intercept headers (diff)
downloadvds-libraries-bdc36a667c63da7db4b8fede20540372820c9731.tar.gz
Added description for intercept
-rw-r--r--include/user/ctrl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/user/ctrl.h b/include/user/ctrl.h
index eafef75..5567b8a 100644
--- a/include/user/ctrl.h
+++ b/include/user/ctrl.h
@@ -249,7 +249,10 @@ int sceCtrlGetBatteryInfo(int port, SceUInt8 *batt);
/**
* Sets intercept
- *
+ *
+ * If true, allows the current thread to intercept controls. The use case
+ * might be, for example, a game plugin that wishes to capture input without
+ * having the input sent to the game thread.
* @param[in] intercept Boolean value
*
* @return 0, < 0 on error