|
|
|||
|
|
CurrentValue |
| CurrentValue[item] gives the current value of item at a location in the Mathematica system and interface. |
| CurrentValue[{item, spec}] gives the current value for the feature of item specified by spec. |
| CurrentValue[obj, item] gives the current value of item associated with the object obj. |
| "MouseOver" | True if the mouse is over the location | |
| "SelectionData" | the contents of the selection in this notebook | |
| "SelectionOver" | True if the selection includes the current location |
| "MouseButtons" | a list of mouse buttons currently pressed | |
| "MouseButtonTest" | True if the main mouse button is currently pressed | |
| {"MouseButtonTest",i} | True if mouse button i is currently pressed | |
| "MouseClickCount" | number of mouse clicks for the triggering event | |
| "MouseOver" | True if the mouse is over the current location | |
| "MousePosition" | the current position of the mouse | |
| {"MousePosition",coords} | the mouse position in the specified coordinate system |
| "ModifierKeys" | a list of all modifier keys currently being pressed | |
| "AltKey" | True if the Alt or Cmd key is currently pressed | |
| "CommandKey" | True if the Alt or Cmd key is currently pressed | |
| "ControlKey" | True if the Ctrl key is currently pressed | |
| "OptionKey" | True if the Option key on a Macintosh is currently pressed | |
| "ShiftKey" | True if the Shift key is currently pressed |
| "ControllerData" | low-level data on states of all controllers | |
| {"ControllerData",ids} | data on controllers with the specified identifiers |
| "EventKey" | key that was pressed | |
| "EventAbsoluteTime" | absolute time when the event occurred | |
| "EventData" | data about the event |
| "DynamicEvaluation" | True if the evaluation is associated with Dynamic | |
| "SynchronousEvaluation" | True if the evaluation is being performed synchronously |
| "NotebookDirectory" | directory name | |
| "NotebookFileName" | name of file, without path | |
| "NotebookFullFileName" | full file name, including path | |
| "NotebookSelected" | True if the notebook is selected |
| "FontAscenderHeight" | height of ascenders for lowercase letters | |
| "FontAxisOffset" | offset of the font axis above the baseline | |
| "FontCapHeight" | height of capital letters | |
| "FontDescenderDepth" | depth of descenders for lowercase letters | |
| "FontLineHeight" | total height of lines of text | |
| "FontMWidth" | width of an "m" | |
| "FontNWidth" | width of an "n" | |
| "FontThickness" | default stroke thickness | |
| "FontXHeight" | height of an "x" |
| "ControlsFontFamily" | font family for system controls | |
| "ControlsFontSize" | default font size for system controls | |
| "PanelFontFamily" | font family for system panels | |
| "PanelFontSize" | default font size for system panels |
| $FrontEnd | the whole front end session | |
| InputNotebook[] | the currently selected notebook | |
| EvaluationNotebook[] | the notebook in which the current evaluation is occurring | |
| NotebookSelection[nb] | the current selection within a notebook |
| © 2013 Wolfram Research, Inc. |